From b24ed6e78203d911900d41911a48dbb3328bde3d Mon Sep 17 00:00:00 2001 From: Andrew Rogl Date: Sun, 6 Feb 2022 08:44:55 +1000 Subject: [PATCH] Update tox as well --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 95f250f96..1c0a984ed 100644 --- a/tox.ini +++ b/tox.ini @@ -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}