diff options
author | Dan Timoney <dtimoney@att.com> | 2024-06-19 09:29:19 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-06-21 13:04:07 -0400 |
commit | edf35cc14cbfed4904ed2d85520eb5144e3c1d4c (patch) | |
tree | cec13dc4390b12d2903190d445ecfc51055469d2 /docs | |
parent | c13e4709c7c8d0ec4f2731f8af2c13fb7e4b982c (diff) |
Resolve build failure
Update dependency to use released version rather than snapshot
Issue-ID: CCSDK-4018
Change-Id: Ibaf9d855621069ec0e5db2cdfad21704561317b6
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'docs')
-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 b9d7eb44..46075fa6 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 -W -q -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 -W -q -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 -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck |