From: Cédric Ollivier Date: Fri, 22 Oct 2021 07:40:24 +0000 (+0200) Subject: Leverage the right upper-constraints.txt X-Git-Tag: 1.0.1~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c43a57b9be13ebfe77523b3ea11d6e226d200366;p=cps%2Fcps-temporal.git Leverage the right upper-constraints.txt Issue-ID: DOC-765 Signed-off-by: Cédric Ollivier Change-Id: I4d1e107ff4b5f2aba4e3de903d19f482b7238177 --- diff --git a/tox.ini b/tox.ini index 92aa4b2..0087c8c 100644 --- a/tox.ini +++ b/tox.ini @@ -24,8 +24,8 @@ skipsdist = true [testenv:docs] basepython = python3 deps = -r{toxinidir}/requirements.txt - -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt - -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt + -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt?h=istanbul + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=istanbul commands = sphinx-build -b html -n -d {envtmpdir}/docs/doctrees ./docs {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" @@ -37,8 +37,8 @@ whitelist_externals = [testenv:docs-linkcheck] basepython = python3 deps = -r{toxinidir}/requirements.txt - -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt - -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt + -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt?h=istanbul + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=istanbul commands = echo "Link Checking not enforced" whitelist_externals = echo