diff options
author | 2022-06-03 09:32:09 +0200 | |
---|---|---|
committer | 2022-06-03 09:32:34 +0200 | |
commit | e32d494af7b07ffd4078d4d99f4c3dca9491c97c (patch) | |
tree | 3fe7d955eb059c8ebea4cc51900f542cd45dd223 /docs | |
parent | 1fb7e1f17af125a5cae1517190b124e871cc9be8 (diff) |
[DOC] Leverage the right upper-constraintsjakarta
Issue-ID: DOC-782
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I27c26529736a687def368fe205bd571513c0eaf8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tox.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index edac8c35..d7ed91ea 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -5,7 +5,10 @@ skipsdist = true [testenv:docs] basepython = python3 -deps = -r{toxinidir}/requirements-docs.txt +deps = + -r{toxinidir}/requirements-docs.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" |