diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-02-27 10:34:22 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-02-27 10:34:51 +0100 |
commit | 02d36a5e265592fb3e48e0132696b6c174cec5c7 (patch) | |
tree | 7e62d268f5518ade36733c4bbe1325f0ffdc5f37 /docs | |
parent | 8f20b660eaa2979145c2a65bc6e5efe8a05d2304 (diff) |
Issue-ID: DOC-823
Change-Id: I44b9855c2cdafec72c0963158829ce19a496461a
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 |