aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Kulik <thomas.kulik@telekom.de>2022-10-11 15:47:38 +0000
committerGerrit Code Review <gerrit@onap.org>2022-10-11 15:47:38 +0000
commit34727feb5efc290d22c50239d7d181dba3d58074 (patch)
treec4ca0b3beb441ddd74c33d3e9f370437daad65fa /docs
parent61ab788fdfb49aeeae1ce6cf3a311419b5e8d746 (diff)
parentfb834646c3827273ca9b131936403434377cc38e (diff)
Merge "[DOC] Leverage the right upper-constraints" into jakarta
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 509ac7d2..2c3c8f47 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 -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
echo "Generated docs available in {toxinidir}/_build/html"