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
This commit is contained in:
parent
267e0ec1c7
commit
27e9bc4f34
6
tox.ini
6
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user