Merge "Add upper contstraints to tox doc env"

This commit is contained in:
Zuul 2023-08-29 14:23:51 +00:00 committed by Gerrit Code Review
commit bfcc66689e

View File

@ -14,7 +14,9 @@ passenv = *_proxy,*_PROXY
commands = {posargs} commands = {posargs}
[testenv:docs] [testenv:docs]
deps = -r{toxinidir}/doc/requirements.txt deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands = commands =
rm -rf doc/build rm -rf doc/build
sphinx-build -W -b html doc/source doc/build/html sphinx-build -W -b html doc/source doc/build/html