Use allowlist_externals in tox.ini
The tox used the old reference to the allowlist_externals, this patch updates that. Change-Id: Ic9d53dfda85aa32f38a1a2679d0ea811796480a8
This commit is contained in:
parent
8cb458fe83
commit
6938ec9fad
2
tox.ini
2
tox.ini
@ -17,7 +17,7 @@ commands = {posargs}
|
||||
commands = sphinx-build -W -b html doc/source doc/build/html
|
||||
|
||||
[testenv:pdf-docs]
|
||||
whitelist_externals =
|
||||
allowlist_externals =
|
||||
make
|
||||
commands =
|
||||
sphinx-build -W -b latex doc/source doc/build/pdf
|
||||
|
Loading…
x
Reference in New Issue
Block a user