Skip to content

Commit 5e0be28

Browse files
committed
DOC: activate m2r for sphinx/markdown integration
1 parent 2db8e7a commit 5e0be28

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/manual/source/conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,16 @@
3737
'sphinx.ext.coverage',
3838
'sphinx.ext.napoleon',
3939
'sphinx.ext.intersphinx',
40+
'm2r',
4041
]
4142

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

45-
# The suffix of source filenames.
46-
source_suffix = '.rst'
46+
# The suffix(es) of source filenames.
47+
# You can specify multiple suffix as a list of string:
48+
#
49+
source_suffix = ['.rst', '.md']
4750

4851
# The encoding of source files.
4952
# source_encoding = 'utf-8-sig'

0 commit comments

Comments
 (0)