From dd9b687f715f0ef6d87b420a0bad3fe8f54f0954 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Tue, 17 Jan 2023 10:23:25 -0800 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 6ce934b766..0d4fbd7e5c 100644 --- a/tox.ini +++ b/tox.ini @@ -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]