diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-02-27 11:38:43 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-02-27 11:39:00 +0100 |
commit | 9bc4dc212b6b0c6fae8f09dd3b164e88064ea26c (patch) | |
tree | f2e65aa7df41384c6d2e57b0b401bb1f193a5697 /docs | |
parent | d4a430b8135e512a54d3714048a83eaabed67034 (diff) |
Change-Id: Iaf503fccfc0109fecff5b230f0aadc2430bc9e6b
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
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 44ea131..69d0b92 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
\ No newline at end of file |