We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53162a1 + 01ff88b commit 5ba6d40Copy full SHA for 5ba6d40
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-minversion = 2.0
+minversion = 3.18.0
3
envlist = py36,py38,pep8
4
skipsdist = True
5
ignore_basepython_conflict = True
@@ -38,7 +38,7 @@ commands = sphinx-build -W --keep-going -b html doc/source doc/build/html
38
[testenv:pdf-docs]
39
envdir = {toxworkdir}/docs
40
deps = {[testenv:docs]deps}
41
-whitelist_externals =
+allowlist_externals =
42
make
43
commands =
44
sphinx-build -W --keep-going -b latex doc/source doc/build/pdf
0 commit comments