From fab684d86485f0fcad2af3c278185cd7bfcf4d83 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Fri, 27 Nov 2015 18:15:51 +0800 Subject: [PATCH] Force releasenotes warnings to be treated as errors See http://lists.openstack.org/pipermail/openstack-dev/2015-November/080521.html Change-Id: I73b43e84a0fc996cbda6f91445e161d5cc7fc8c0 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8d0ae601..482ead88 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,7 @@ setenv = VIRTUAL_ENV={envdir} commands = bash tools/lintstack.sh [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 [flake8] show-source = true