Nope it's probably source parsers that's obsoleted by autodoc
This commit is contained in:
parent
04f8a49ac6
commit
31c39db060
1 changed files with 1 additions and 5 deletions
6
conf.py
6
conf.py
|
@ -42,7 +42,7 @@ release = u''
|
||||||
# ones.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
'sphinx.ext.autodoc',
|
'sphinx.ext.autodoc',
|
||||||
# 'sphinx.ext.todo',
|
'sphinx.ext.todo',
|
||||||
'recommonmark',
|
'recommonmark',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -51,10 +51,6 @@ templates_path = ['_templates']
|
||||||
|
|
||||||
from recommonmark.parser import CommonMarkParser
|
from recommonmark.parser import CommonMarkParser
|
||||||
|
|
||||||
source_parsers = {
|
|
||||||
'.md': CommonMarkParser,
|
|
||||||
}
|
|
||||||
|
|
||||||
# The suffix(es) of source filenames.
|
# The suffix(es) of source filenames.
|
||||||
# You can specify multiple suffix as a list of string:
|
# You can specify multiple suffix as a list of string:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue