Skip to content

Commit 8727d81

Browse files
committed
[FIX] Pin sphinx<9 for docs CI compatibility
sphinx-toolbox.utils imports `logger` from `sphinx.ext.autodoc`, which was removed in Sphinx 9.1.0. sphinx-toolbox 4.1.2 still has this issue. Pin sphinx<9 until sphinx-toolbox publishes a real fix.
1 parent 8101332 commit 8727d81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ docs = [
7575
"nbconvert",
7676
"nbsphinx",
7777
"nbstripout",
78-
"sphinx",
78+
"sphinx<9",
7979
"sphinx-autobuild",
8080
"sphinx-book-theme",
8181
"sphinx-copybutton",

0 commit comments

Comments
 (0)