Merge "Fix publishing of api-guide"
This commit is contained in:
commit
1fe0f3b3c4
4
tox.ini
4
tox.ini
@ -87,13 +87,13 @@ commands =
|
||||
commands=
|
||||
rm -rf api-guide/build
|
||||
python setup.py build_sphinx
|
||||
sphinx-build -W -b html api-guide/source api-guide/build
|
||||
sphinx-build -W -b html api-guide/source api-guide/build/html
|
||||
|
||||
[testenv:api-guide]
|
||||
# This environment is called from CI scripts to test and publish
|
||||
# the API Guide to developer.openstack.org.
|
||||
commands =
|
||||
sphinx-build -W -b html -d api-guide/build/doctrees api-guide/source api-guide/build
|
||||
sphinx-build -W -b html -d api-guide/build/doctrees api-guide/source api-guide/build/html
|
||||
|
||||
[testenv:functional]
|
||||
# This tox env is purely to make local test development easier
|
||||
|
Loading…
x
Reference in New Issue
Block a user