From fab9ab31d326dbf0d6083d5c56a1b72a44ad983a Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 13 Jun 2023 13:31:05 -0400 Subject: Update sli version in CCSDK dockers Update CCSDK dockers to use SLI version 1.6.3 Issue-ID: CCSDK-3908 Signed-off-by: Dan Timoney Change-Id: I83c59173bfff53d6d6b52708a610be831e3b5d15 --- docs/tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/tox.ini') diff --git a/docs/tox.ini b/docs/tox.ini index 61b6ccfa..379d8e42 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -12,7 +12,7 @@ deps = commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html echo "Generated docs available in {toxinidir}/_build/html" -whitelist_externals = +allowlist_externals = echo git sh @@ -25,7 +25,7 @@ deps = -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master commands = echo "Link Checking not enforced" #commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck -whitelist_externals = echo +allowlist_externals = echo [testenv:docs-spellcheck] basepython = python3.8 -- cgit 1.2.3-korg