Skip to content

Commit 099f655

Browse files
authored
ENH: sphinx >=4,<6 (#644)
* sphinx-version * sphinx version
1 parent 28c04cb commit 099f655

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
matrix:
2727
os: [ubuntu-latest]
2828
python-version: [3.7, 3.8, 3.9]
29-
sphinx: [">=3,<4", ">=4,<5"]
29+
sphinx: [">=4,<5", ">=5,<6"]
3030
include:
3131
- os: windows-latest
3232
python-version: 3.9
33-
sphinx: ">=3,<4"
33+
sphinx: ">=4,<5"
3434
- os: macos-latest
3535
python-version: 3.9
36-
sphinx: ">=4,<5"
36+
sphinx: ">=5,<6"
3737
runs-on: ${{ matrix.os }}
3838

3939
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ readme = "README.md"
2222

2323
requires-python = ">=3.7"
2424
dependencies = [
25-
"sphinx>=3,<6",
25+
"sphinx>=4,<6",
2626
"pydata-sphinx-theme~=0.10.1",
2727
"pyyaml",
2828
]

0 commit comments

Comments
 (0)