Prevent breaking doc build in future

See revert https://review.openstack.org/#/c/211239/1 for info.

Change-Id: Ibfc783c8093f8ba12beac08fdb31bb442189243f
This commit is contained in:
Sergey Lukjanov 2015-08-10 18:54:37 +03:00
parent 95e97737e8
commit abd61de133

View File

@ -11,6 +11,10 @@ venv=venv
mkdir -p doc/build mkdir -p doc/build
export HUDSON_PUBLISH_DOCS=1 export HUDSON_PUBLISH_DOCS=1
# The "python setup.py build_sphinx" is intentionally executed instead of
# "tox -edocs", because it's the standard python project build interface
# specified in OpenStack Project Testing Interface:
# http://governance.openstack.org/reference/project-testing-interface.html
tox -e$venv -- python setup.py build_sphinx tox -e$venv -- python setup.py build_sphinx
result=$? result=$?