From 043de23aa2c149ae14fb962aa77f397473227d0c Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 12 May 2024 23:42:38 +0200 Subject: [PATCH] Back to pdoc3 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index cb62994..fce6266 100644 --- a/tox.ini +++ b/tox.ini @@ -29,9 +29,9 @@ deps = commands = flake8 {toxinidir} --extend-exclude tests,docs,build,dist,venv,.venv --extend-ignore=E501 [testenv:doc] -basepython = python3 +basepython = python3.10 # pdoc3/pdoc#438 deps = - pdoc + pdoc3 commands = pdoc --html --force --output-dir docs filetype [testenv:clean]