From eaa2d1a4ebd3a34f3c08dc38de9bbd56ff68b613 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 29 Aug 2018 17:38:43 -0400 Subject: [PATCH] switch documentation job to new PTI This is a mechanically generated patch to switch the documentation jobs to use the new PTI versions of the jobs as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Fix tox.ini html files in right place. Change-Id: I8493a3ef704b1da458153a8da3f9b26145f5bff2 Story: #2002586 Task: #24314 --- .zuul.yaml | 4 ++-- tox.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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