Skip to content

Commit 7c03424

Browse files
committed
Require sphinx 6
1 parent 46f532a commit 7c03424

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2020
sphinx-version:
2121
[
22-
"sphinx==5.0",
23-
"sphinx==5.3",
2422
"sphinx==6.0",
2523
"sphinx==6.2",
26-
"sphinx>=7.0",
24+
"sphinx==7.0",
25+
"sphinx==7.1",
26+
"sphinx>=7.2",
2727
]
2828
steps:
2929
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ classifiers = [
2525
'Programming Language :: Python :: 3.11',
2626
]
2727
dependencies = [
28-
'sphinx>=5',
29-
'Jinja2>=2.10',
28+
'sphinx>=6',
3029
'tabulate>=0.8.10',
3130
"tomli>=1.1.0;python_version<'3.11'",
3231
]

requirements/default.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Generated via tools/generate_requirements.py and pre-commit hook.
22
# Do not edit this file; modify pyproject.toml instead.
3-
sphinx>=5
4-
Jinja2>=2.10
3+
sphinx>=6
54
tabulate>=0.8.10
65
tomli>=1.1.0;python_version<'3.11'

0 commit comments

Comments
 (0)