Skip to content

Commit

Permalink
Add sphinx 5.2 to test matrix (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Oct 3, 2022
1 parent 70927bf commit 855e89b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -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 =
Expand Down

0 comments on commit 855e89b

Please sign in to comment.