Skip to content

Commit 06cf81e

Browse files
committed
fix: remove ref to recommonmark
1 parent 0b7eaef commit 06cf81e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/source/conf.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
# add these directories to sys.path here. If the directory is relative to the
1717
# documentation root, use os.path.abspath to make it absolute, like shown here.
1818
#
19-
from recommonmark.parser import CommonMarkParser
2019

2120
# -- General configuration ------------------------------------------------
2221

@@ -39,7 +38,6 @@
3938
'sphinx.ext.viewcode',
4039
'sphinx.ext.napoleon',
4140
'sphinx.ext.imgconverter',
42-
'recommonmark',
4341
]
4442

4543
napoleon_google_docstring = False
@@ -49,10 +47,6 @@
4947
# Add any paths that contain templates here, relative to this directory.
5048
templates_path = ['_templates']
5149

52-
source_parsers = {
53-
'.md': CommonMarkParser,
54-
}
55-
5650
# The suffix(es) of source filenames.
5751
# You can specify multiple suffix as a list of string:
5852
#

0 commit comments

Comments
 (0)