Merge "Use upper-constraints in docs builds"

This commit is contained in:
Zuul 2019-10-18 15:24:40 +00:00 committed by Gerrit Code Review
commit d29a3c228a
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ commands =
[testenv:docs]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html
[flake8]