From 57fbb14f5b5d6bbe86fe02dc2542ebe493d7f2c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Wed, 13 Apr 2022 15:06:06 +0200 Subject: [PATCH] Select the right Istanbul upper constraints MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier Change-Id: I02b6d751ee744baf7ffe1af637249bd8ad7143c5 --- docs/tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.16.6