Skip to content

Commit fa78879

Browse files
committed
Sphinx 8.2 introduces breaking change, pin back until resolved.
1 parent a8dc6ff commit fa78879

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ dev = [
4949
"pep8-naming"
5050
]
5151
docs = [
52-
"Sphinx",
52+
"Sphinx<8.2",
5353
"sphinx-notfound-page",
54+
# Pinned back until prolog bug is resolved: https://github.com/tox-dev/sphinx-autodoc-typehints/issues/425
5455
"sphinx_autodoc_typehints==1.25.2",
5556
"sphinx-substitution-extensions",
5657
"mypy",

0 commit comments

Comments
 (0)