Skip to content

Commit 0a8308a

Browse files
authored
Fix the pin
1 parent 5532c47 commit 0a8308a

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 @@ Tracker = "https://github.com/ipython/ipykernel/issues"
4646
docs = [
4747
# Sphinx pinned until `sphinx-autodoc-typehints` issue is resolved:
4848
# https://github.com/tox-dev/sphinx-autodoc-typehints/issues/523
49-
"sphinx<=8.2.0",
49+
"sphinx<8.2.0",
5050
"myst_parser",
5151
"pydata_sphinx_theme",
5252
"sphinxcontrib_github_alt",

0 commit comments

Comments
 (0)