Skip to content

Commit bb9dcfa

Browse files
committed
DOC: activate m2r for sphinx/markdown integration
1 parent 24b48f3 commit bb9dcfa

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
@@ -35,13 +35,16 @@
3535
'sphinx.ext.autodoc',
3636
'sphinx.ext.napoleon',
3737
'sphinx.ext.intersphinx',
38+
'm2r',
3839
]
3940

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

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

4649
# The encoding of source files.
4750
# source_encoding = 'utf-8-sig'

0 commit comments

Comments
 (0)