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
|
# 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
1
requirements-doc.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
sphinx-argparse
|
Loading…
Reference in New Issue
Block a user