Revert "Treat build warnings as errors"

This reverts commit 267e0ec1c7.
Warnings are not treated by OpenStack gate jobs, that means
that having more strict local check is not necessary.

Change-Id: Ib89ed98754c558d3f24e3432c9a0da1573248158
This commit is contained in:
Dina Belova 2016-01-15 10:38:23 +00:00
parent 267e0ec1c7
commit 27e9bc4f34
1 changed files with 3 additions and 3 deletions

View File

@ -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