Skip to content

Commit

Permalink
Add support for Sphinx 8.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Dec 24, 2024
1 parent 2769893 commit 8e98c89
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[tox]
envlist =
# sphinx 5.3.0 support python 3.6 through 3.11
# sphinx 5.3.0 supports python 3.6 through 3.11
py{39,310,311}-sphinx5
# sphinx 6.2.1 supports python 3.8 through 3.11
py{39,310,311}-sphinx6
# sphinx 7.4.7 support python 3.9 through 3.13
# sphinx 7.4.7 supports python 3.9 through 3.13
py{39,310,311,312,313}-sphinx7
# sphinx 8.1.3 support python 3.10 through 3.13
py{310,311,312,313}-sphinx8

[gh-actions]
python =
Expand All @@ -23,6 +25,7 @@ deps =
sphinx5: sphinx<6.0.0
sphinx6: sphinx<7.0.0
sphinx7: sphinx<8.0.0
sphinx8: sphinx<9.0.0
allowlist_externals =
env
npm
Expand Down

0 comments on commit 8e98c89

Please sign in to comment.