Skip to content

Commit 7aa67fb

Browse files
committed
DOC: activate m2r for sphinx/markdown integration
1 parent ae2db6f commit 7aa67fb

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
@@ -38,13 +38,16 @@
3838
'sphinx.ext.autodoc',
3939
'sphinx.ext.intersphinx',
4040
'sphinx.ext.viewcode',
41+
'm2r',
4142
]
4243

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

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

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

0 commit comments

Comments
 (0)