Skip to content

Commit 043de23

Browse files
authored
Back to pdoc3
1 parent 2a15eec commit 043de23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ deps =
2929
commands = flake8 {toxinidir} --extend-exclude tests,docs,build,dist,venv,.venv --extend-ignore=E501
3030

3131
[testenv:doc]
32-
basepython = python3
32+
basepython = python3.10 # pdoc3/pdoc#438
3333
deps =
34-
pdoc
34+
pdoc3
3535
commands = pdoc --html --force --output-dir docs filetype
3636

3737
[testenv:clean]

0 commit comments

Comments
 (0)