Fix tox error in terms of allowlist_externals 67/10967/1
authorTaewan Kim <t25.kim@samsung.com>
Fri, 21 Apr 2023 06:06:21 +0000 (15:06 +0900)
committerTaewan Kim <t25.kim@samsung.com>
Fri, 21 Apr 2023 06:07:18 +0000 (15:07 +0900)
Issue-ID: AIMLFW-35

Change-Id: I430b6cc6eae7e33664368bdf1251e3ce5a17fe0a
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index c86cfdf..1b0d4a5 100644 (file)
--- 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