diff --git a/.zuul.yaml b/.zuul.yaml index 9bbb9b2..88bf9a2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,7 +1,7 @@ - project: templates: - check-requirements - - build-openstack-sphinx-docs + - build-openstack-docs-pti - openstack-lower-constraints-jobs check: jobs: diff --git a/tox.ini b/tox.ini index d5775cc..453bd01 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ commands = {toxinidir}/tools/run_bashate.sh [testenv:docs] basepython = python3 -commands = python setup.py build_sphinx +commands = sphinx-build -W -d doc/build/doctrees -b html doc/source/ doc/build/html [testenv:pep8] basepython = python3