try to add exctension for sphinx

This commit is contained in:
adobdin 2016-07-08 10:20:20 +00:00
parent 6faba44718
commit 7a70ec01bb
2 changed files with 7 additions and 6 deletions

View File

@ -30,12 +30,12 @@ from timmy.env import version, project_name
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
# extensions = [
# 'sphinx.ext.viewcode',
# # 'oslosphinx',
# 'sphinx.ext.autodoc',
# 'sphinxarg.ext',
# ]
extensions = [
'sphinx.ext.viewcode',
# 'oslosphinx',
'sphinx.ext.autodoc',
'sphinxarg.ext',
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

1
requirements-doc.txt Normal file
View File

@ -0,0 +1 @@
sphinx-argparse