diff --git a/.zuul.yaml b/.zuul.yaml index d319a3f..c80d53c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,6 +1,6 @@ - project: templates: - - build-openstack-sphinx-docs + - build-openstack-docs-pti check: jobs: - openstack-tox-pep8 diff --git a/tox.ini b/tox.ini index 3a54356..4a0751f 100644 --- a/tox.ini +++ b/tox.ini @@ -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