summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2018-08-21 20:44:48 +0200
committerAndreas Jaeger <jaegerandi@gmail.com>2018-08-22 05:27:16 +0000
commit978d964518dfa8e17dbdd64e62e26a5e9d4585fd (patch)
treef00685af03df4e779b4bbb5423f530f9939b2b9d /tox.ini
parentf471d1f6481b08039e025e2755c335d89f12c6ee (diff)
downloadzuul-978d964518dfa8e17dbdd64e62e26a5e9d4585fd.tar.gz
Update docs build job
Use tox -e docs for building with the new build-tox-docs template. Remove the irrelevant files list for docs building, these files are obsolete, we don't need to special case them anymore. Enable warnings as error when building in tox.ini. Depends-On: https://review.openstack.org/594802 Change-Id: I436dc438677e32d044b79d797f95cdf68152d538
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1ea211747..ddb811fcb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -65,7 +65,7 @@ commands =
[testenv:docs]
commands =
- sphinx-build -W -d doc/build/doctrees -b html doc/source/ doc/build/html
+ sphinx-build -E -W -d doc/build/doctrees -b html doc/source/ doc/build/html
[testenv:venv]
commands = {posargs}