diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-10-22 09:37:14 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-10-22 09:38:05 +0200 |
commit | c255982337ee594141c4be0fb6151c4ca4fba738 (patch) | |
tree | de552ed8ab37beef84c547f5831f6326ecd8d2b7 /docs/tox.ini | |
parent | cc52af1d1166e549abda10510cfebe1a2acb049a (diff) |
Leverage the right upper-constraints
Issue-ID: CPS-704
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I65d9a450632c427b079ee18419a1884495103513
Diffstat (limited to 'docs/tox.ini')
-rw-r--r-- | docs/tox.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 4e9449e241..db2631ca3b 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -6,8 +6,8 @@ skipsdist = true [testenv:docs] 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" @@ -19,8 +19,8 @@ whitelist_externals = [testenv:docs-linkcheck] 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 |