Select Istanbul's upper-constraints files 29/125129/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 19 Oct 2021 13:08:45 +0000 (15:08 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 19 Oct 2021 13:10:18 +0000 (15:10 +0200)
It completes the previous patchset leveraging upper-constraints files
to pin all dependencies

Issue-ID: DOC-765

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

docs/tox.ini

index 42ffa68..bf9bc51 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"