We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d42cb8 commit 10c044cCopy full SHA for 10c044c
pyproject.toml
@@ -44,7 +44,9 @@ Tracker = "https://github.com/ipython/ipykernel/issues"
44
45
[project.optional-dependencies]
46
docs = [
47
- "sphinx",
+ # 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",
50
"myst_parser",
51
"pydata_sphinx_theme",
52
"sphinxcontrib_github_alt",
0 commit comments