aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2022-06-03 09:17:08 +0200
committerGuillaume Lambert <guillaume.lambert@orange.com>2022-09-30 07:02:22 +0000
commitfb834646c3827273ca9b131936403434377cc38e (patch)
treef90d2f9061e8acfb42c8b057d5c645bebcf432b8 /docs
parent03b0923ab092e980ba74537f00212abb0f499d05 (diff)
[DOC] Leverage the right upper-constraints
Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I4a57a84ce13d262a2364e401667c23ba96841f3b
Diffstat (limited to 'docs')
-rw-r--r--docs/tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tox.ini b/docs/tox.ini
index 42ffa687..03434016 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=jakarta
+ -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?=h=jakarta
commands =
sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
echo "Generated docs available in {toxinidir}/_build/html"