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 doc environment so that this works:
* move doc8 to pep8 following PTI
* build doc dir, not api-ref

Change-Id: I57003bd81f8214f27e3ca95ea87bba24fd44191b
Story: #2002586
Task: #24346
This commit is contained in:
98k 2018-08-24 06:41:33 +00:00 committed by Andreas Jaeger
parent 40baee54b4
commit 4b9a982ff4
2 changed files with 6 additions and 7 deletions

View File

@ -84,8 +84,8 @@
- openstack-python-jobs
- periodic-stable-jobs
- check-requirements
- publish-openstack-sphinx-docs
- release-notes-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- install-guide-jobs
check:
jobs:

View File

@ -26,7 +26,9 @@ commands = ostestr --concurrency 1 {posargs}
[testenv:pep8]
basepython = python3
commands = flake8
commands =
doc8 doc/source
flake8
[testenv:genconfig]
basepython = python3
@ -53,11 +55,8 @@ commands = {posargs}
basepython = python3
deps =
-r{toxinidir}/doc/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
doc8 doc/source
sphinx-build -W -b html api-ref/source api-ref/build/html
sphinx-build -W -b html doc/source doc/build/html
[testenv:api-ref]
basepython = python3