We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b48f3 commit bb9dcfaCopy full SHA for bb9dcfa
doc/manual/source/conf.py
@@ -35,13 +35,16 @@
35
'sphinx.ext.autodoc',
36
'sphinx.ext.napoleon',
37
'sphinx.ext.intersphinx',
38
+ 'm2r',
39
]
40
41
# Add any paths that contain templates here, relative to this directory.
42
templates_path = ['_templates']
43
-# The suffix of source filenames.
44
-source_suffix = '.rst'
+# The suffix(es) of source filenames.
45
+# You can specify multiple suffix as a list of string:
46
+#
47
+source_suffix = ['.rst', '.md']
48
49
# The encoding of source files.
50
# source_encoding = 'utf-8-sig'
0 commit comments