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

Change-Id: Ia08c31871528b6d0334a01ce5719ea96f3741d90
Story: #2002586
Task: #24759
This commit is contained in:
Doug Hellmann 2018-08-30 18:10:42 -04:00 committed by Chris Hoge
parent 84b61ba040
commit 99171134de
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
- project: - project:
templates: templates:
- build-openstack-sphinx-docs - build-openstack-docs-pti
check: check:
jobs: jobs:
- openstack-tox-pep8 - openstack-tox-pep8

View File

@ -18,7 +18,7 @@ commands =
[testenv:docs] [testenv:docs]
commands= commands=
sphinx-build sphinx-build doc/source doc/build/html
[testenv:pep8] [testenv:pep8]
# This runs all lint like jobs # This runs all lint like jobs