diff options
author | 2022-04-14 09:34:44 +0200 | |
---|---|---|
committer | 2022-04-14 09:34:44 +0200 | |
commit | 9ada47a9b2d2fa2ad3712a0bf434f215626e94e1 (patch) | |
tree | b4b2b1cede288c6ec6a88bb32e3c663bc67526e6 | |
parent | 06c49190fe3db0f659d9ff5e52ade4a04a24149b (diff) |
Leverage the right Istanbul upper constraints
Issue-ID: DOC-782
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I759e2ccb46e3c7de80f6abef69b9a33abcfe80c6
-rw-r--r-- | docs/tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index caf9a75..a566748 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" @@ -22,4 +22,4 @@ basepython = python3 #deps = -r{toxinidir}/requirements-docs.txt commands = echo "Link Checking not enforced" #commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck -whitelist_externals = echo
\ No newline at end of file +whitelist_externals = echo |