Skip to content

Commit

Permalink
Back to pdoc3
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored May 12, 2024
1 parent 2a15eec commit 043de23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 043de23

Please sign in to comment.