From 2a15eecfeace1f877d612d9cb138e6a3d71a9831 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 12 May 2024 23:39:42 +0200 Subject: [PATCH] pdoc3 --> pdoc --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index fce6266..cb62994 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.10 # pdoc3/pdoc#438 +basepython = python3 deps = - pdoc3 + pdoc commands = pdoc --html --force --output-dir docs filetype [testenv:clean]