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 68fd0e9 + eb7f5e4 commit b1df2b5Copy full SHA for b1df2b5
1 file changed
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-minversion = 3.1.1
+minversion = 3.18.0
3
envlist = py3,pep8
4
skipsdist = True
5
ignore_basepython_conflict = True
@@ -53,7 +53,7 @@ commands = sphinx-build --keep-going -b html doc/source doc/build/html
53
[testenv:pdf-docs]
54
envdir = {toxworkdir}/docs
55
deps = {[testenv:docs]deps}
56
-whitelist_externals =
+allowlist_externals =
57
make
58
commands =
59
sphinx-build --keep-going -b latex doc/source doc/build/pdf
0 commit comments