Skip to content

Commit f4a5175

Browse files
authored
Update tox.ini
whitelist_externals was replaced by allowlist_externals
1 parent 1309363 commit f4a5175

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[tox]
2+
min_version = 4.0
23
envlist = sphinx
34
skipsdist = True
45

@@ -14,7 +15,7 @@ commands =
1415
bash -c "grep -v '^\#' ./LINGUAS | tr '\n' ';' > .tmp-LINGUAS"
1516
xargs -a .tmp-LINGUAS -I '@' -d';' sphinx-build -D language='@' -E -W -b html ../source '../build/html/@'
1617
rm -f .tmp-LINGUAS
17-
whitelist_externals =
18+
allowlist_externals =
1819
/bin/bash
1920
/bin/rm
2021
/usr/bin/bash

0 commit comments

Comments
 (0)