diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2021-11-14 00:32:50 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-11-14 00:32:53 +0000 |
commit | dc2c0b8197209f5d77a1d535ba594d2c99c861b3 (patch) | |
tree | 1a2f8fd8caf28c59f02f167889b454df418246d3 /docs | |
parent | 0737be26d2f9daba7562718e7830e0c95268ad9b (diff) | |
download | meta-raspberrypi-dc2c0b8197209f5d77a1d535ba594d2c99c861b3.tar.gz |
docs: Fix RtD build
Markdown parser has changed[1].
[1] https://docs.readthedocs.io/en/stable/intro/getting-started-with-sphinx.html#using-markdown-with-sphinx
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/conf.py b/docs/conf.py index 1aa2ce1..5c6ae4b 100644 --- a/docs/conf.py +++ b/docs/conf.py | |||
@@ -30,7 +30,7 @@ | |||
30 | # Add any Sphinx extension module names here, as strings. They can be | 30 | # Add any Sphinx extension module names here, as strings. They can be |
31 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom | 31 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
32 | # ones. | 32 | # ones. |
33 | extensions = [] | 33 | extensions = ['myst_parser'] |
34 | 34 | ||
35 | # Add any paths that contain templates here, relative to this directory. | 35 | # Add any paths that contain templates here, relative to this directory. |
36 | templates_path = ['_templates'] | 36 | templates_path = ['_templates'] |
@@ -154,7 +154,7 @@ todo_include_todos = False | |||
154 | # Add any paths that contain custom static files (such as style sheets) here, | 154 | # Add any paths that contain custom static files (such as style sheets) here, |
155 | # relative to this directory. They are copied after the builtin static files, | 155 | # relative to this directory. They are copied after the builtin static files, |
156 | # so a file named "default.css" will overwrite the builtin "default.css". | 156 | # so a file named "default.css" will overwrite the builtin "default.css". |
157 | html_static_path = ['_static'] | 157 | #html_static_path = ['_static'] |
158 | 158 | ||
159 | # Add any extra paths that contain custom files (such as robots.txt or | 159 | # Add any extra paths that contain custom files (such as robots.txt or |
160 | # .htaccess) here, relative to this directory. These files are copied | 160 | # .htaccess) here, relative to this directory. These files are copied |
@@ -337,7 +337,3 @@ texinfo_documents = [ | |||
337 | # If true, do not generate a @detailmenu in the "Top" node's menu. | 337 | # If true, do not generate a @detailmenu in the "Top" node's menu. |
338 | # | 338 | # |
339 | # texinfo_no_detailmenu = False | 339 | # texinfo_no_detailmenu = False |
340 | |||
341 | source_parsers = { | ||
342 | '.md': 'recommonmark.parser.CommonMarkParser', | ||
343 | } | ||