Merge "api-ref: Treat warnings as errors"
This commit is contained in:
5
tox.ini
5
tox.ini
@@ -75,10 +75,7 @@ envdir = {toxworkdir}/venv
|
|||||||
commands =
|
commands =
|
||||||
oslo-config-generator --config-file etc/zun/zun-config-generator.conf
|
oslo-config-generator --config-file etc/zun/zun-config-generator.conf
|
||||||
|
|
||||||
# we do not used -W here because we are doing some slightly tricky
|
|
||||||
# things to build a single page document, and as such, we are ok
|
|
||||||
# ignoring the duplicate stanzas warning.
|
|
||||||
[testenv:api-ref]
|
[testenv:api-ref]
|
||||||
commands =
|
commands =
|
||||||
rm -rf api-ref/build
|
rm -rf api-ref/build
|
||||||
sphinx-build -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
|
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
|
||||||
|
|||||||
Reference in New Issue
Block a user