We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1309363 commit f4a5175Copy full SHA for f4a5175
1 file changed
tox.ini
@@ -1,4 +1,5 @@
1
[tox]
2
+min_version = 4.0
3
envlist = sphinx
4
skipsdist = True
5
@@ -14,7 +15,7 @@ commands =
14
15
bash -c "grep -v '^\#' ./LINGUAS | tr '\n' ';' > .tmp-LINGUAS"
16
xargs -a .tmp-LINGUAS -I '@' -d';' sphinx-build -D language='@' -E -W -b html ../source '../build/html/@'
17
rm -f .tmp-LINGUAS
-whitelist_externals =
18
+allowlist_externals =
19
/bin/bash
20
/bin/rm
21
/usr/bin/bash
0 commit comments