Skip to content

Commit 5d1151a

Browse files
committed
Remove Sphinx pinning
This was pinned in #434 because of the RTD theme, but #485 switched to the pydata sphinx theme, so there should not be any issues. Fixes #435
1 parent 9617e6f commit 5d1151a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Homepage = "https://github.com/zarr-developers/numcodecs"
4646

4747
[project.optional-dependencies]
4848
docs = [
49-
"sphinx<7.0.0",
49+
"sphinx",
5050
"sphinx-issues",
5151
"pydata-sphinx-theme",
5252
"numpydoc",

0 commit comments

Comments
 (0)