fix building api ref docs
Change-Id: I93f6d95de00bb7d0c3f93430ff2f1532e54e31c8
This commit is contained in:
parent
27253b9969
commit
694549dce0
@ -42,7 +42,7 @@ sys.path.insert(0, os.path.abspath('./'))
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
|
||||
extensions = [
|
||||
'ext.rest_parameters',
|
||||
'os_api_ref',
|
||||
'oslosphinx',
|
||||
]
|
||||
|
||||
|
2
tox.ini
2
tox.ini
@ -53,7 +53,7 @@ whitelist_externals =
|
||||
install_command = pip install -U --force-reinstall {opts} {packages}
|
||||
commands =
|
||||
rm -rf api-ref/build api-ref/html
|
||||
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
|
||||
sphinx-build -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
|
||||
whitelist_externals =
|
||||
rm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user