Skip to content

Commit c75cafb

Browse files
committed
Drop support for Sphinx 5
1 parent e416bc5 commit c75cafb

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.github/workflows/workflow.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ jobs:
7575
- "3.12"
7676
- "3.13"
7777
sphinx-version:
78-
- ">=5,<6"
79-
- ">=6a0,<7"
78+
- ">=6,<7"
8079
- ">=7,<8"
8180
- ">=8,<9"
8281
os:
@@ -94,8 +93,6 @@ jobs:
9493
os: "macos-latest"
9594
- python-version: "pypy3.9"
9695
sphinx-version: ">=8,<9"
97-
- python-version: "3.13"
98-
sphinx-version: ">=5,<6"
9996
steps:
10097
- uses: actions/checkout@v4
10198
- name: Set up Python ${{ matrix.python-version }}

docs/requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
myst-parser==0.18.1
2-
furo==2022.9.29
3-
sphinx==5.2.3
1+
myst-parser>=4
2+
furo>=2024
3+
sphinx~=8.1.0
44
sphinx-design
55
./
6-
matplotlib
6+
matplotlib

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
"Topic :: Utilities",
3939
]
4040
dependencies = [
41-
"Sphinx>=5.0",
41+
"Sphinx>=6.0",
4242
]
4343
dynamic = ["version"]
4444

0 commit comments

Comments
 (0)