From 50ce7053879c8c174b73cc72d269858e85151cd8 Mon Sep 17 00:00:00 2001 From: Taewan Kim Date: Fri, 21 Apr 2023 15:06:21 +0900 Subject: [PATCH] Fix tox error in terms of allowlist_externals Issue-ID: AIMLFW-35 Change-Id: I430b6cc6eae7e33664368bdf1251e3ce5a17fe0a Signed-off-by: Taewan Kim --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c86cfdf..1b0d4a5 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