Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bd08f commit eccf3a5Copy full SHA for eccf3a5
2 files changed
pyproject.toml
@@ -15,7 +15,7 @@ classifiers = [
15
requires-python = ">= 3.12"
16
17
dependencies = [
18
- "Sphinx>9.0.0",
+ "Sphinx",
19
]
20
21
dynamic = ["version"]
tox.ini
@@ -1,13 +1,16 @@
1
[tox]
2
requires =
3
tox>=4.32
4
-env_list = py3{12-15}, coverage
+env_list = py3{12-15}-sphinx{8,9}, coverage
5
6
[testenv]
7
extras =
8
dev
9
pass_env =
10
FORCE_COLOR
11
+deps =
12
+ sphinx8: sphinx>8,<9
13
+ sphinx9: sphinx>9,<10
14
commands =
coverage run -m pytest {posargs}
0 commit comments