aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2024-02-27 11:26:42 +0100
committerthmsdt <thomas.kulik@telekom.de>2024-02-27 11:27:08 +0100
commit77eac465e8bf46b40dee82f00db9af902947c4c2 (patch)
treeeee6d3b618439834084fd5f2953d4cacff04c939
parent1a2fb8becf889ae643cd18540153bca02f770ea8 (diff)
update link to upper-constraints.txt
Issue-ID: DOC-823 Change-Id: I640dc23d4cc742144af2e9c9a561f2a9ee1c34a7 Signed-off-by: thmsdt <thomas.kulik@telekom.de>
-rw-r--r--docs/tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tox.ini b/docs/tox.ini
index 0465b384..5200df4f 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
commands =
sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
@@ -28,7 +28,7 @@ allowlist_externals = echo
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 -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck