From b1eb8c32275cc8c2bf2dd7cbb6222558fe559af0 Mon Sep 17 00:00:00 2001 From: Taewan Kim Date: Fri, 21 Apr 2023 12:02:03 +0900 Subject: [PATCH] Fix tox error in terms of allowlist_externals Issue-ID: AIMLFW-35 Change-Id: I43a41692eb5d9f44e7fbe8f60bdf3ef418552bb9 Signed-off-by: Taewan Kim --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 72742cf..b6c83ad 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ deps = commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" -whitelist_externals = echo +allowlist_externals = echo [testenv:docs-linkcheck] basepython = python3 -- 2.16.6