Merge "Dep's should be restricted by upper-constraints"

This commit is contained in:
Zuul 2021-09-29 11:49:53 +00:00 committed by Gerrit Code Review
commit 8661a52685
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ commands = {posargs}
# This environment is called from CI scripts to test and publish
# the API Ref and Docs to docs.openstack.org.
whitelist_externals = rm
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 =
rm -rf doc/build
sphinx-build -W --keep-going -b html -d doc/build/doctrees doc/source doc/build/html