We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db8e7a commit 5e0be28Copy full SHA for 5e0be28
1 file changed
doc/manual/source/conf.py
@@ -37,13 +37,16 @@
37
'sphinx.ext.coverage',
38
'sphinx.ext.napoleon',
39
'sphinx.ext.intersphinx',
40
+ 'm2r',
41
]
42
43
# Add any paths that contain templates here, relative to this directory.
44
templates_path = ['_templates']
45
-# The suffix of source filenames.
46
-source_suffix = '.rst'
+# The suffix(es) of source filenames.
47
+# You can specify multiple suffix as a list of string:
48
+#
49
+source_suffix = ['.rst', '.md']
50
51
# The encoding of source files.
52
# source_encoding = 'utf-8-sig'
0 commit comments