Skip to content

Commit 234f91f

Browse files
committed
DOC: activate m2r for sphinx/markdown integration
1 parent 022e9d9 commit 234f91f

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
@@ -41,6 +41,7 @@
4141
'sphinx.ext.intersphinx',
4242
# 'sphinx.ext.coverage',
4343
# 'sphinx.ext.doctest',
44+
'm2r',
4445
]
4546

4647
# Add any paths that contain templates here, relative to this directory.
@@ -50,7 +51,7 @@
5051
# You can specify multiple suffix as a list of string:
5152
#
5253
# source_suffix = ['.rst', '.md']
53-
source_suffix = '.rst'
54+
source_suffix = ['.rst', '.md']
5455

5556
# The master toctree document.
5657
master_doc = 'index'

0 commit comments

Comments
 (0)