From: Cédric Ollivier Date: Tue, 19 Oct 2021 13:08:45 +0000 (+0200) Subject: Select Istanbul's upper-constraints files X-Git-Tag: 1.2.5~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8994f0c53e9f0e839aff702cf52ae859a6e77d82;p=ccsdk%2Ffeatures.git Select Istanbul's upper-constraints files It completes the previous patchset leveraging upper-constraints files to pin all dependencies Issue-ID: DOC-765 Signed-off-by: Cédric Ollivier Change-Id: I606eefcea1d7a20b0195cece4c9363ca73e19af7 --- diff --git a/docs/tox.ini b/docs/tox.ini index 42ffa6877..bf9bc51f3 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -7,8 +7,8 @@ skipsdist = true basepython = python3 deps = -r{toxinidir}/requirements-docs.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}/doctrees ./ {toxinidir}/_build/html echo "Generated docs available in {toxinidir}/_build/html"