Skip to content

Commit c645a9d

Browse files
committed
Require Sphinx 7
1 parent 532cd7d commit c645a9d

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [Ubuntu]
1919
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2020
sphinx-version:
21-
["sphinx==6.0", "sphinx==6.2", "sphinx==7.0", "sphinx>=7.3"]
21+
["sphinx==7.0", "sphinx==7.4", "sphinx==8.0", "sphinx>=8.2"]
2222
include:
2323
- os: Windows
2424
python-version: "3.12"

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ classifiers = [
2828
'Topic :: Documentation',
2929
]
3030
dependencies = [
31-
'sphinx>=6',
31+
'sphinx>=7',
3232
'tabulate>=0.8.10',
33-
"tomli>=1.1.0;python_version<'3.11'",
33+
"tomli>=2.1.0;python_version<'3.11'",
3434
]
3535

3636
[[project.authors]]
@@ -50,10 +50,10 @@ developer = [
5050
"tomli; python_version < '3.11'",
5151
]
5252
doc = [
53-
'numpy>=1.22',
54-
'matplotlib>=3.5',
55-
'pydata-sphinx-theme>=0.13.3',
56-
'sphinx>=7',
53+
'numpy>=1.26',
54+
'matplotlib>=3.8',
55+
'pydata-sphinx-theme>=0.16.1',
56+
'sphinx>=8',
5757
'intersphinx_registry',
5858
]
5959
test = [

requirements/default.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +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>=6
3+
sphinx>=7
44
tabulate>=0.8.10
5-
tomli>=1.1.0;python_version<'3.11'
5+
tomli>=2.1.0;python_version<'3.11'

requirements/doc.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated via tools/generate_requirements.py and pre-commit hook.
22
# Do not edit this file; modify pyproject.toml instead.
3-
numpy>=1.22
4-
matplotlib>=3.5
5-
pydata-sphinx-theme>=0.13.3
6-
sphinx>=7
3+
numpy>=1.26
4+
matplotlib>=3.8
5+
pydata-sphinx-theme>=0.16.1
6+
sphinx>=8
77
intersphinx_registry

0 commit comments

Comments
 (0)