Skip to content

Commit 2a15eec

Browse files
authored
pdoc3 --> pdoc
1 parent db0864e commit 2a15eec

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.10 # pdoc3/pdoc#438
32+
basepython = python3
3333
deps =
34-
pdoc3
34+
pdoc
3535
commands = pdoc --html --force --output-dir docs filetype
3636

3737
[testenv:clean]

0 commit comments

Comments
 (0)