From 27e9bc4f347836d69233b35d31848dff6348f1ef Mon Sep 17 00:00:00 2001 From: Dina Belova Date: Fri, 15 Jan 2016 10:38:23 +0000 Subject: [PATCH] Revert "Treat build warnings as errors" This reverts commit 267e0ec1c76ae379fa37de48da3a05917a80353d. Warnings are not treated by OpenStack gate jobs, that means that having more strict local check is not necessary. Change-Id: Ib89ed98754c558d3f24e3432c9a0da1573248158 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index d7fcf86..8f53699 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,6 @@ commands = {posargs} [testenv:docs] commands = - sphinx-build -b html -W doc/source/ doc/build/html - sphinx-build -b latex -W doc/source/ doc/build/latex - sphinx-build -b pdf -W doc/source/ doc/build/pdf + sphinx-build -b html doc/source/ doc/build/html + sphinx-build -b latex doc/source/ doc/build/latex + sphinx-build -b pdf doc/source/ doc/build/pdf