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 de4c39a07 docs: clarify that PyArrow is required for DBAPI (#1936)
de4c39a07 is described below

commit de4c39a075c35efc1c9a23f5e36d21590eaa5b6a
Author: David Li <[email protected]>
AuthorDate: Tue Jun 25 12:38:03 2024 +0900

    docs: clarify that PyArrow is required for DBAPI (#1936)
    
    Fixes #1908.
---
 ci/conda_env_docs.txt               | 3 ++-
 docs/source/driver/installation.rst | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ci/conda_env_docs.txt b/ci/conda_env_docs.txt
index 739f08a71..a58bd3310 100644
--- a/ci/conda_env_docs.txt
+++ b/ci/conda_env_docs.txt
@@ -24,7 +24,8 @@ make
 nodejs
 numpydoc
 pytest
-sphinx>=5.0
+# XXX: we're stuck until we can get rid of Breathe
+sphinx=6.*
 sphinx-autobuild
 sphinx-copybutton
 sphinx-design
diff --git a/docs/source/driver/installation.rst 
b/docs/source/driver/installation.rst
index bdd1f13a0..b2543e5a4 100644
--- a/docs/source/driver/installation.rst
+++ b/docs/source/driver/installation.rst
@@ -128,6 +128,8 @@ Python
 
 Install the appropriate driver package.
 
+.. note:: To use the DBAPI interface, ``pyarrow`` is also required.
+
 For example, from PyPI:
 
 - ``pip install adbc-driver-flightsql``

Reply via email to