Skip to content

Commit 855e89b

Browse files
authored
Add sphinx 5.2 to test matrix (#1348)
1 parent 70927bf commit 855e89b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ commands:
1111
type: string
1212
sphinx-version:
1313
type: string
14-
default: "16,17,18,20,21,22,23,24,30,31,32,33,34,35,40,41,latest"
14+
default: "16,17,18,20,21,22,23,24,30,31,32,33,34,35,40,41,50,51,52,latest"
1515
steps:
1616
- checkout
1717
- run: pip install --user tox
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
- run-tox:
7979
version: py310
80-
sphinx-version: "42,43,44,45,50,51,latest"
80+
sphinx-version: "42,43,44,45,50,51,52,latest"
8181

8282
workflows:
8383
version: 2

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ deps =
3434
sphinx45: Sphinx>=4.5,<4.6
3535
sphinx50: Sphinx>=5.0,<5.1
3636
sphinx51: Sphinx>=5.1,<5.2
37+
sphinx52: Sphinx>=5.2,<5.3
3738
sphinx{16,17,18,20,21,22,23,24,30,31,32,33,34,35,40,41,42}: docutils<0.18
3839
sphinxlatest: Sphinx
3940
commands =

0 commit comments

Comments
 (0)