diff --git a/.zuul.yaml b/.zuul.yaml index 7275cbb8..358eb3b4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -13,10 +13,10 @@ - project: templates: - openstack-python-jobs - - publish-openstack-sphinx-docs + - publish-openstack-docs-pti - check-requirements - openstack-python35-jobs - - release-notes-jobs + - release-notes-jobs-python3 check: jobs: - openstack-tox-functional-with-sudo diff --git a/tox.ini b/tox.ini index c5e6d82b..fced0742 100644 --- a/tox.ini +++ b/tox.ini @@ -41,7 +41,7 @@ basepython = python3 deps = {env:CONSTRAINTS_OPT} -r{toxinidir}/doc/requirements.txt -commands = sphinx-build -W doc/source doc/build +commands = sphinx-build -W -b html doc/source doc/build/html [testenv:releasenotes] basepython = python3