Update docs publishing

Use the new PTI job instead of the obsolete one, this
now runs "tox -e docs".

Update docs environment to error on warnings as done before.

Change-Id: I2a6bb786d434e1ef3e7fc9a5c888db708e2a268b
This commit is contained in:
Andreas Jaeger 2018-08-25 10:31:56 +02:00
parent 1d52c9a7df
commit ddf0b88b0f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -19,4 +19,4 @@ commands = {posargs}
commands = doc8 --ignore-path .tox --ignore-path *.egg-info --ignore-path doc/build --ignore-path .eggs/*/EGG-INFO/*.txt doc
[testenv:docs]
commands = sphinx-build -b html -W doc/source doc/build/html
commands = sphinx-build -E -W -b html doc/source doc/build/html