X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Ftox.ini;h=fcac2d305bf92ce6b7905b2d9d96f41e193668dc;hb=67ce6cce2deacf9ced5f6a3a69f1023b56c79790;hp=a90bc642912fc65b8f430a469ed7357e59460f29;hpb=51656edf1624b66b37363e1fb996ad991da57764;p=doc.git diff --git a/docs/tox.ini b/docs/tox.ini index a90bc6429..fcac2d305 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 -c{toxinidir}/../etc/upper-constraints.onap.txt commands = sphinx-build -W -q -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html @@ -19,7 +19,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 -c{toxinidir}/../etc/upper-constraints.onap.txt commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck @@ -27,7 +27,7 @@ commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} { 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 -c{toxinidir}/../etc/upper-constraints.onap.txt commands = sphinx-build -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck