summaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2021-12-29 19:26:03 +0100
committerGard Spreemann <gspr@nonempty.org>2021-12-29 19:26:03 +0100
commitedab1c60630f95b38db430017585d06253c92817 (patch)
tree4cb2340c51157da0c81aae0907327417ffddd8ab /docs/source/conf.py
parent1a283cb0c77f79d6f36de7c01fa61dc8d9696bca (diff)
parent5ed61689a41350fac40ce995515e6cbcb7203f48 (diff)
Merge tag '0.8.1' into dfsg/latest
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 9b5a719..849e97c 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -69,6 +69,7 @@ extensions = [
'sphinx.ext.viewcode',
'sphinx.ext.napoleon',
'sphinx_gallery.gen_gallery',
+ 'myst_parser'
]
autosummary_generate = True
@@ -81,8 +82,8 @@ templates_path = ['_templates']
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
-# source_suffix = ['.rst', '.md']
-source_suffix = '.rst'
+source_suffix = ['.rst', '.md']
+# source_suffix = '.rst'
# The encoding of source files.
source_encoding = 'utf-8-sig'