From ddf0b88b0f05d79115eaa9c1cb86b3b11c44825d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 25 Aug 2018 10:31:56 +0200 Subject: [PATCH] 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 --- .zuul.yaml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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