Skip to content

Commit e33481d

Browse files
committed
DOC: activate m2r for sphinx/markdown integration
1 parent 3df5966 commit e33481d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/manual/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@
3737
extensions = [
3838
'sphinx.ext.intersphinx',
3939
'sphinx.ext.ifconfig',
40+
'm2r',
4041
]
4142

4243
# Add any paths that contain templates here, relative to this directory.
4344
templates_path = ['_templates']
4445

4546
# The suffix of source filenames.
46-
source_suffix = '.rst'
47+
source_suffix = ['.rst', '.md']
4748

4849
# The encoding of source files.
4950
#source_encoding = 'utf-8-sig'

0 commit comments

Comments
 (0)