diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-11 17:53:39 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-04-11 17:54:10 +0200 |
commit | 2f6c3eec93ef1f038cd6c5e60ac9efc8e3a673f3 (patch) | |
tree | 8bcdc716e797988a13907325059d87d3899a4f2a | |
parent | 35fee887d53ec5ae726195d6f1de4e3642c26329 (diff) |
Leverage the right Istanbul upper constraintsistanbul
Issue-ID: DOC-782
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I224952ef0da1c9468a9a0cb79029aa8d75f26577
-rw-r--r-- | docs/tox.ini | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 037606f5..f51210e5 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" @@ -21,8 +21,8 @@ whitelist_externals = 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
\ No newline at end of file +whitelist_externals = echo |