From bf088807d58f648cf0ef7fd567229373cca1de50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ahlert?= Date: Sat, 28 Mar 2026 15:52:35 -0300 Subject: [PATCH] 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",