From: Fiete Ostkamp Date: Mon, 2 Mar 2026 09:58:19 +0000 (+0100) Subject: Fix docs job X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ec5b6e6161fb50b7e16de33d4ce0cf582574d5c6;p=ccsdk%2Fcds.git 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 --- 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