We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c04eef commit f4de88dCopy full SHA for f4de88d
docs/conf.py
@@ -38,6 +38,7 @@
38
"sphinx.ext.napoleon",
39
"sphinx.ext.todo",
40
"sphinx.ext.viewcode",
41
+ "recommonmark",
42
]
43
44
# autodoc/autosummary flags
@@ -49,10 +50,6 @@
49
50
# Add any paths that contain templates here, relative to this directory.
51
templates_path = ["_templates"]
52
-# Allow markdown includes (so releases.md can include CHANGLEOG.md)
53
-# http://www.sphinx-doc.org/en/master/markdown.html
54
-source_parsers = {".md": "recommonmark.parser.CommonMarkParser"}
55
-
56
# The suffix(es) of source filenames.
57
# You can specify multiple suffix as a list of string:
58
# source_suffix = ['.rst', '.md']
0 commit comments