Extract docs into own CI job
This commit is contained in:
parent
6b73e8e015
commit
38bf3021da
4
tox.ini
4
tox.ini
|
@ -5,7 +5,7 @@ python =
|
|||
3.7: py37
|
||||
3.8: py38, changelog
|
||||
3.9: py39, pyright
|
||||
3.10: py310, manifest, mypy, docs
|
||||
3.10: py310, mypy
|
||||
3.11: py311
|
||||
pypy-3: pypy3
|
||||
|
||||
|
@ -16,7 +16,7 @@ isolated_build = True
|
|||
|
||||
|
||||
[testenv:docs]
|
||||
# Keep basepython in sync with gh-actions and .readthedocs.yml.
|
||||
# Keep basepython in sync with ci.yml/docs and .readthedocs.yml.
|
||||
basepython = python3.10
|
||||
extras = docs
|
||||
commands =
|
||||
|
|
Loading…
Reference in New Issue