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 022e9d9 commit 234f91fCopy full SHA for 234f91f
doc/manual/source/conf.py
@@ -41,6 +41,7 @@
41
'sphinx.ext.intersphinx',
42
# 'sphinx.ext.coverage',
43
# 'sphinx.ext.doctest',
44
+ 'm2r',
45
]
46
47
# Add any paths that contain templates here, relative to this directory.
@@ -50,7 +51,7 @@
50
51
# You can specify multiple suffix as a list of string:
52
#
53
# source_suffix = ['.rst', '.md']
-source_suffix = '.rst'
54
+source_suffix = ['.rst', '.md']
55
56
# The master toctree document.
57
master_doc = 'index'
0 commit comments