We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf9e58 commit a65483eCopy full SHA for a65483e
2 files changed
‎.github/workflows/ci.yml‎
@@ -57,6 +57,14 @@ jobs:
57
- os: ubuntu-latest
58
python: "3.14"
59
tox-env: py314-sphinx8-needs8
60
+ # Sphinx 9 with lowest compatible sphinx-needs
61
+ - os: ubuntu-latest
62
+ python: "3.12"
63
+ tox-env: py312-sphinx9-needs7
64
+ # Sphinx 9 with highest sphinx-needs
65
66
+ python: "3.14"
67
+ tox-env: py314-sphinx9-needs8
68
# minimal version on Windows
69
- os: windows-latest
70
‎pyproject.toml‎
@@ -16,7 +16,7 @@ dependencies = [
16
"typer>=0.16.0",
17
"click < 8.2", # click 8.2.* produces empty errors if no args are given
18
"jsonschema",
19
- "sphinx>=7.4,<9",
+ "sphinx>=7.4,<10",
20
"sphinx-needs>=5,<9",
21
"jinja2",
22
"pygments",
0 commit comments