aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-10-19 15:08:45 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2021-10-19 15:10:18 +0200
commit8994f0c53e9f0e839aff702cf52ae859a6e77d82 (patch)
tree7ed48981836d3c45ac80f3006156c88c7b75e4a0
parent8ac7b16cf1bfd1e3c97eea66b2f21a1d9583f733 (diff)
Select Istanbul's upper-constraints files
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
-rw-r--r--docs/tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tox.ini b/docs/tox.ini
index 42ffa6877..bf9bc51f3 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"