Add options enabled in recommonmark repository
That powers https://recommonmark.readthedocs.io/en/latest/index.html
This commit is contained in:
parent
ef376e3dcd
commit
8d001ad2b1
1 changed files with 2 additions and 0 deletions
2
conf.py
2
conf.py
|
@ -41,7 +41,9 @@ release = u''
|
||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||||
# ones.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
|
'sphinx.ext.autodoc',
|
||||||
'sphinx.ext.todo',
|
'sphinx.ext.todo',
|
||||||
|
'recommonmark',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
|
Loading…
Reference in a new issue