From: Cédric Ollivier Date: Fri, 3 Jun 2022 07:32:09 +0000 (+0200) Subject: [DOC] Leverage the right upper-constraints X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F129487%2F1;p=oom%2Foffline-installer.git [DOC] Leverage the right upper-constraints Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier Change-Id: I27c26529736a687def368fe205bd571513c0eaf8 --- diff --git a/.gitreview b/.gitreview index 7c81745f..40dea8ee 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=gerrit.onap.org port=29418 project=oom/offline-installer.git +defaultbranch=jakarta 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"