From: thmsdt Date: Tue, 27 Feb 2024 10:00:34 +0000 (+0100) Subject: update link to upper-constraints.txt X-Git-Url: https://gerrit.onap.org/r/gitweb?p=doc.git;a=commitdiff_plain update link to upper-constraints.txt Issue-ID: DOC-823 Change-Id: I888cbfd82e108d75dd557b813e1445243a3f1cab Signed-off-by: thmsdt --- diff --git a/docs/tox.ini b/docs/tox.ini index a90bc6429..fcac2d305 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -7,7 +7,7 @@ skipsdist = true basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt - -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt + -chttps://releases.openstack.org/constraints/upper/yoga -c{toxinidir}/../etc/upper-constraints.onap.txt commands = sphinx-build -W -q -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html @@ -19,7 +19,7 @@ allowlist_externals = basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt - -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt + -chttps://releases.openstack.org/constraints/upper/yoga -c{toxinidir}/../etc/upper-constraints.onap.txt commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck @@ -27,7 +27,7 @@ commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} { basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt - -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt + -chttps://releases.openstack.org/constraints/upper/yoga -c{toxinidir}/../etc/upper-constraints.onap.txt commands = sphinx-build -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck