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
This commit is contained in:
Doug Hellmann 2018-08-29 17:38:43 -04:00 committed by Andreas Jaeger
parent e9b7acef8e
commit eaa2d1a4eb
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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