Skip to content

Commit ecb5533

Browse files
andreahlertskrawcz
authored andcommitted
fix: pin sphinx<9 to fix docs build
sphinx-toolbox 4.1.2 imports sphinx.ext.autodoc.logger which was removed in Sphinx 9.x. Pin until sphinx-toolbox releases a fix. Closes #707
1 parent 62b61c9 commit ecb5533

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
@@ -103,7 +103,7 @@ tests = [
103103

104104
documentation = [
105105
"apache-burr[tests]",
106-
"sphinx",
106+
"sphinx<9",
107107
"sphinx-autobuild",
108108
"myst-nb",
109109
"furo",

0 commit comments

Comments
 (0)