diff options
Diffstat (limited to 'docs/conf.py')
-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 | } | ||