aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-10-21 14:48:37 +0200
committerSeshu Kumar M <seshu.kumar.m@huawei.com>2021-10-30 17:17:29 +0000
commit4ca055af415aa965426a973d38d9d3b5fe201578 (patch)
treeb77a9c82612349be5b0edfd3d9c52b2dd96fb091 /docs
parente83d0529b2d0852fe8e70dd111ff1cb6642e683b (diff)
Select the right upper-constraints (wrong branch)
Issue-ID: DOC-765 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I205cabb156ac297c0dfd5af8232e202cde8aad5a
Diffstat (limited to 'docs')
-rw-r--r--docs/tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tox.ini b/docs/tox.ini
index 811bb5e8ad..4757b74e5c 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