diff --git a/.zuul.yaml b/.zuul.yaml index be643f37b..fd8eda191 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -6,8 +6,8 @@ - openstack-python-jobs-neutron - openstack-python35-jobs-neutron - periodic-stable-jobs-neutron - - publish-openstack-sphinx-docs - - release-notes-jobs + - publish-openstack-docs-pti + - release-notes-jobs-python3 check: jobs: - neutron-vpnaas-dsvm-functional-sswan diff --git a/tox.ini b/tox.ini index 67c68d577..67e52bcfb 100644 --- a/tox.ini +++ b/tox.ini @@ -101,7 +101,7 @@ commands = commands = {posargs} [testenv:docs] -commands = sphinx-build -W -a -b html doc/source doc/build +commands = sphinx-build -W -a -b html doc/source doc/build/html [flake8] # E125 continuation line does not distinguish itself from next logical line