From ec5b6e6161fb50b7e16de33d4ce0cf582574d5c6 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 2 Mar 2026 10:58:19 +0100 Subject: [PATCH] Fix docs job - remove reference to outdated openstack upper constraints file in tox.ini Issue-ID: CIMAN-33 Change-Id: I61c3a52c80e03ea846425f0fd03ed923b311fd41 Signed-off-by: Fiete Ostkamp --- docs/tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/tox.ini b/docs/tox.ini index b9422e939..7aef9a52b 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -7,7 +7,6 @@ skipsdist = true basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt - -chttps://releases.openstack.org/constraints/upper/yoga -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master commands = sphinx-build -q -W -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html @@ -25,7 +24,6 @@ commands = basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt - -chttps://releases.openstack.org/constraints/upper/yoga -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master commands = sphinx-build -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck -- 2.16.6