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: - project:
templates: templates:
- build-openstack-sphinx-docs - build-openstack-docs-pti
post: post:
jobs: jobs:
- publish-governance-sigs - publish-governance-sigs

View File

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

View File

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