Skip to content

Commit 8b53fc1

Browse files
authored
Remove Sphinx pinning (#552)
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 8b53fc1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/release.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Fix
2222
Maintenance
2323
~~~~~~~~~~~
2424

25+
* Remove pin on Sphinx
26+
By :user:`Elliott Sales de Andrade <QuLogic>`, :issue:`552`.
27+
2528

2629
.. _release_0.13.0:
2730

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)