Merge "Fix publishing of api-guide"
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -87,13 +87,13 @@ commands =
|
|||||||
commands=
|
commands=
|
||||||
rm -rf api-guide/build
|
rm -rf api-guide/build
|
||||||
python setup.py build_sphinx
|
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]
|
[testenv:api-guide]
|
||||||
# This environment is called from CI scripts to test and publish
|
# This environment is called from CI scripts to test and publish
|
||||||
# the API Guide to developer.openstack.org.
|
# the API Guide to developer.openstack.org.
|
||||||
commands =
|
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]
|
[testenv:functional]
|
||||||
# This tox env is purely to make local test development easier
|
# This tox env is purely to make local test development easier
|
||||||
|
|||||||
Reference in New Issue
Block a user