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.
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
# 'sphinx.ext.todo',
|
||||
'sphinx.ext.todo',
|
||||
'recommonmark',
|
||||
]
|
||||
|
||||
|
@ -51,10 +51,6 @@ templates_path = ['_templates']
|
|||
|
||||
from recommonmark.parser import CommonMarkParser
|
||||
|
||||
source_parsers = {
|
||||
'.md': CommonMarkParser,
|
||||
}
|
||||
|
||||
# The suffix(es) of source filenames.
|
||||
# You can specify multiple suffix as a list of string:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue