From 7778e386eff2b7f8a0bac9e2f1b75dda3827c769 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Tue, 27 Feb 2024 10:42:35 +0100 Subject: [PATCH] update link to upper-constraints.txt Issue-ID: DOC-823 Change-Id: I0e4707c8d3b61fee12df9817960b7a9c8bb77596 Signed-off-by: thmsdt --- docs/tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tox.ini b/docs/tox.ini index 94fd5ba63..b9422e939 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 -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 @@ -16,7 +16,7 @@ commands = #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 # -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master #commands = # sphinx-build -q -W -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck @@ -25,7 +25,7 @@ commands = 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 -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