diff options
author | Dan Timoney <dtimoney@att.com> | 2024-03-06 18:47:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-03-06 18:47:41 +0000 |
commit | c1a053e3bcaeb3006b822e98b80c564c330e2bf3 (patch) | |
tree | 8162b7885b0b31d249ae8b930159477154b71470 | |
parent | 2a06bf83bac4042370715a450c7d3d83b497b50f (diff) | |
parent | c5eaff9f2ce451f788e5a103c7d1e2501e3c3b71 (diff) |
Merge "update link to upper-constraints.txt"
-rw-r--r-- | docs/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index a81207a98..ae83b7f6f 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -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 -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck |