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 bfb283a commit a037ccaCopy full SHA for a037cca
tox.ini
@@ -16,11 +16,11 @@ envlist =
16
17
[gh-actions]
18
python =
19
- 3.8: py38, lint, docs
+ 3.8: py38
20
3.9: py39
21
3.10: py310
22
3.11: py311
23
- 3.12: py312
+ 3.12: py312, lint, docs
24
25
[testenv]
26
deps =
@@ -48,7 +48,6 @@ commands = pre-commit run --all-files --show-diff-on-failure
48
49
[testenv:docs]
50
extras = doc
51
-basepython = python3.8
52
commands = sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" --color -W -bhtml {posargs}
53
python -c 'import pathlib; print("documentation available under file://\{0\}".format(pathlib.Path(r"{toxworkdir}") / "docs_out" / "index.html"))'
54
0 commit comments