From 38bf3021da80fa312515cd932561fdc3fd52a2db Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 28 Sep 2022 09:42:21 +0200 Subject: [PATCH] Extract docs into own CI job --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 2be420dc..61912212 100644 --- a/tox.ini +++ b/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 =