Extract docs into own CI job

This commit is contained in:
Hynek Schlawack 2022-09-28 09:42:21 +02:00
parent 6b73e8e015
commit 38bf3021da
No known key found for this signature in database
GPG Key ID: AE2536227F69F181
1 changed files with 2 additions and 2 deletions

View File

@ -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 =