diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-13 15:06:06 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-13 15:06:53 +0200 |
commit | 57fbb14f5b5d6bbe86fe02dc2542ebe493d7f2c4 (patch) | |
tree | d316385c30ee2f020cf050a64448a97b6e349405 | |
parent | 212f9a9b0fa610eaebacfe82de10b056019578ea (diff) |
Select the right Istanbul upper constraints
Issue-ID: DOC-782
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I02b6d751ee744baf7ffe1af637249bd8ad7143c5
-rw-r--r-- | docs/tox.ini | 8 |
1 files 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 |