We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2aba38 commit 808004fCopy full SHA for 808004f
tox.ini
@@ -29,7 +29,7 @@ deps =
29
commands = flake8 {toxinidir} --extend-exclude tests,docs,build,dist,venv,.venv --extend-ignore=E501
30
31
[testenv:doc]
32
-basepython = python3
+basepython = python3.10 # pdoc3/pdoc#438
33
deps =
34
pdoc3
35
commands = pdoc --html --force --output-dir docs filetype
0 commit comments