try to add exctension for sphinx
This commit is contained in:
parent
6faba44718
commit
7a70ec01bb
@ -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
1
requirements-doc.txt
Normal file
@ -0,0 +1 @@
|
||||
sphinx-argparse
|
Loading…
Reference in New Issue
Block a user