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 3df5966 commit e33481dCopy full SHA for e33481d
doc/manual/source/conf.py
@@ -37,13 +37,14 @@
37
extensions = [
38
'sphinx.ext.intersphinx',
39
'sphinx.ext.ifconfig',
40
+ 'm2r',
41
]
42
43
# Add any paths that contain templates here, relative to this directory.
44
templates_path = ['_templates']
45
46
# The suffix of source filenames.
-source_suffix = '.rst'
47
+source_suffix = ['.rst', '.md']
48
49
# The encoding of source files.
50
#source_encoding = 'utf-8-sig'
0 commit comments