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:
6
tox.ini
6
tox.ini
@@ -17,6 +17,6 @@ commands = {posargs}
|
|||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -b html -W doc/source/ doc/build/html
|
sphinx-build -b html doc/source/ doc/build/html
|
||||||
sphinx-build -b latex -W doc/source/ doc/build/latex
|
sphinx-build -b latex doc/source/ doc/build/latex
|
||||||
sphinx-build -b pdf -W doc/source/ doc/build/pdf
|
sphinx-build -b pdf doc/source/ doc/build/pdf
|
||||||
|
|||||||
Reference in New Issue
Block a user