Fix docs build

We need to install swift to build docs anyway, so make sure we include
swift's requirements as well as the docs-building requirements.
Otherwise, swift's requirements will not be subject to the specified
constraints file.

Change-Id: If33532232572e802b2099f39f4231ee6add6d5a9
This commit is contained in:
Tim Burke 2023-01-17 10:23:25 -08:00
parent d22a754052
commit dd9b687f71

View File

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