This is an automated email from the ASF dual-hosted git repository.
skrawcz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/burr.git
The following commit(s) were added to refs/heads/main by this push:
new ecb55337 fix: pin sphinx<9 to fix docs build
ecb55337 is described below
commit ecb55337f3e6dc32a9d889d3905cd9c7ddab796c
Author: André Ahlert <[email protected]>
AuthorDate: Sat Mar 28 15:52:35 2026 -0300
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
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 98f99b53..346e41ce 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -103,7 +103,7 @@ tests = [
documentation = [
"apache-burr[tests]",
- "sphinx",
+ "sphinx<9",
"sphinx-autobuild",
"myst-nb",
"furo",