Update tox as well

This commit is contained in:
Andrew Rogl 2022-02-06 08:44:55 +10:00
parent ec010d4950
commit b24ed6e782

View file

@ -24,7 +24,7 @@ commands =
lint: python -m flake8 {posargs} {[_lint]files}
[testenv:docs]
basepython = python3.9
basepython = python3.10
deps = sphinx<4.4.0
commands = sphinx-build -W -q -b html docs {envtmpdir}/html {posargs}