Code Review
/
portal
/
aiml-dashboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8c8fb45
)
Fix tox error in terms of allowlist_externals
67/10967/1
author
Taewan Kim
<t25.kim@samsung.com>
Fri, 21 Apr 2023 06:06:21 +0000
(15:06 +0900)
committer
Taewan 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
patch
|
blob
|
history
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"
-
white
list_externals = echo
+
allow
list_externals = echo
[testenv:docs-linkcheck]
basepython = python3