diff options
Diffstat (limited to 'docs/tox.ini')
-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 |