Select the right upper-constraints (wrong branch) 91/125191/3
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 21 Oct 2021 12:48:37 +0000 (14:48 +0200)
committerSeshu Kumar M <seshu.kumar.m@huawei.com>
Sat, 30 Oct 2021 17:17:29 +0000 (17:17 +0000)
Issue-ID: DOC-765

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I205cabb156ac297c0dfd5af8232e202cde8aad5a

docs/tox.ini

index 811bb5e..4757b74 100644 (file)
@@ -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