This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 0a4cc4ca2 build(docs): pin Sphinx < 9 for numpydoc (#3979)
0a4cc4ca2 is described below

commit 0a4cc4ca2a6492e37add4c39b5d26b0fee620ba2
Author: David Li <[email protected]>
AuthorDate: Mon Feb 16 11:06:52 2026 +0900

    build(docs): pin Sphinx < 9 for numpydoc (#3979)
    
    https://github.com/numpy/numpydoc/issues/671
    
    Closes #3975.
---
 ci/conda_env_docs.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ci/conda_env_docs.txt b/ci/conda_env_docs.txt
index 72a59e18e..c1837f47d 100644
--- a/ci/conda_env_docs.txt
+++ b/ci/conda_env_docs.txt
@@ -23,7 +23,8 @@ nodejs
 numpydoc
 polars
 pytest
-sphinx>=8.2
+# https://github.com/apache/arrow-adbc/issues/3976
+sphinx>=8.2,<9
 sphinx-autobuild
 sphinx-copybutton
 sphinx-design

Reply via email to