File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 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
3938 'sphinx.ext.viewcode' ,
4039 'sphinx.ext.napoleon' ,
4140 'sphinx.ext.imgconverter' ,
42- 'recommonmark' ,
4341]
4442
4543napoleon_google_docstring = False
4947# Add any paths that contain templates here, relative to this directory.
5048templates_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#
You can’t perform that action at this time.
0 commit comments