Add options enabled in recommonmark repository

That powers https://recommonmark.readthedocs.io/en/latest/index.html
This commit is contained in:
benjamin melançon 2020-03-23 13:38:54 -04:00
parent ef376e3dcd
commit 8d001ad2b1

View file

@ -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.