Merge "switch documentation job to new PTI"

This commit is contained in:
Zuul 2018-11-05 18:10:58 +00:00 committed by Gerrit Code Review
commit 4720d63f46
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
- project:
templates:
- build-openstack-sphinx-docs
- build-openstack-docs-pti
post:
jobs:
- publish-governance-sigs

View File

@ -12,6 +12,7 @@ home-page = http://www.openstack.org/
all_files = 1
build-dir = doc/build
source-dir = doc/source
warning-is-error = 1
[pbr]
warnerrors = True

View File

@ -15,4 +15,4 @@ commands = {posargs}
[testenv:docs]
basepython = python3
commands = python setup.py build_sphinx
commands = sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html