Merge "tox.ini modification"

This commit is contained in:
Zuul 2021-01-29 13:55:01 +00:00 committed by Gerrit Code Review
commit 83e2dcd915

View File

@ -16,7 +16,7 @@ deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html {posargs}
sphinx-build -a -E -W --keep-going -d doc/build/doctrees -b html doc/source doc/build/html {posargs}
[testenv:api-ref]
deps = {[testenv:docs]deps}