From: Cédric Ollivier Date: Wed, 13 Apr 2022 13:06:06 +0000 (+0200) Subject: Select the right Istanbul upper constraints X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=57fbb14f5b5d6bbe86fe02dc2542ebe493d7f2c4;p=dmaap%2Fmessagerouter%2Fmessageservice.git Select the right Istanbul upper constraints Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier Change-Id: I02b6d751ee744baf7ffe1af637249bd8ad7143c5 --- diff --git a/docs/tox.ini b/docs/tox.ini index 7c0973c..67a1193 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 whitelist_externals = echo commands = @@ -19,8 +19,8 @@ commands = 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 = echo "Link Checking not enforced" # commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck whitelist_externals = echo