Skip to content

Commit 10c044c

Browse files
authored
Pin sphinx to resolve docs build failures (#1347)
1 parent 4d42cb8 commit 10c044c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ Tracker = "https://github.com/ipython/ipykernel/issues"
4444

4545
[project.optional-dependencies]
4646
docs = [
47-
"sphinx",
47+
# Sphinx pinned until `sphinx-autodoc-typehints` issue is resolved:
48+
# https://github.com/tox-dev/sphinx-autodoc-typehints/issues/523
49+
"sphinx<8.2.0",
4850
"myst_parser",
4951
"pydata_sphinx_theme",
5052
"sphinxcontrib_github_alt",

0 commit comments

Comments
 (0)