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 # Add any Sphinx extension module names here, as strings. They can be
# 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.viewcode', 'sphinx.ext.viewcode',
# # 'oslosphinx', # 'oslosphinx',
# 'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
# 'sphinxarg.ext', 'sphinxarg.ext',
# ] ]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']

1
requirements-doc.txt Normal file
View File

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