Add sphinx 5.2 to test matrix (#1348)

This commit is contained in:
Benjamin Balder Bach 2022-10-03 16:36:50 +02:00 committed by GitHub
parent 70927bf7cf
commit 855e89ba52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@ commands:
type: string
sphinx-version:
type: string
default: "16,17,18,20,21,22,23,24,30,31,32,33,34,35,40,41,latest"
default: "16,17,18,20,21,22,23,24,30,31,32,33,34,35,40,41,50,51,52,latest"
steps:
- checkout
- run: pip install --user tox
@ -77,7 +77,7 @@ jobs:
steps:
- run-tox:
version: py310
sphinx-version: "42,43,44,45,50,51,latest"
sphinx-version: "42,43,44,45,50,51,52,latest"
workflows:
version: 2

View File

@ -34,6 +34,7 @@ deps =
sphinx45: Sphinx>=4.5,<4.6
sphinx50: Sphinx>=5.0,<5.1
sphinx51: Sphinx>=5.1,<5.2
sphinx52: Sphinx>=5.2,<5.3
sphinx{16,17,18,20,21,22,23,24,30,31,32,33,34,35,40,41,42}: docutils<0.18
sphinxlatest: Sphinx
commands =