diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-02-27 11:35:36 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-02-27 11:36:00 +0100 |
commit | 0420dbbef6cf04a662dadcd84c6a4682e3a412fc (patch) | |
tree | e3e6b1340874ab55e639dee40cc3548163a314af | |
parent | 2c6fc0f756ede4b3b38efeb8e11b5914fddf373a (diff) |
update link to upper-constraints.txt
Issue-ID: DOC-823
Change-Id: Id4ab2e329306f08fb50c1e61bc985ebe9beb9d75
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
-rw-r--r-- | docs/tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 833cd33adc..0a705318b3 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 -q -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html @@ -21,7 +21,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 -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt commands = echo "Link Checking not enforced" #commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck @@ -31,7 +31,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 -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck |