From 57c8e9aa3e8b1c6e1381fbe23dd58cc379388080 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 25 Nov 2015 19:47:23 +0100 Subject: [PATCH] Add -W to sphinx invocation for release-notes build Let's not ignore warnings. Change-Id: Ia3851cf1c9f8495614758e6d46c3041ac2d575bb --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6b326904..2fbc1fba 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ commands = commands = pylint os_doc_tools cleanup [testenv:releasenotes] -commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html +commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html [testenv:venv] commands = {posargs}