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 19265cc73 docs: fix intersphinx mapping for arrow-java reference
(#3908)
19265cc73 is described below
commit 19265cc7388ebeb8d6a9285f653ee81e396a6db4
Author: David Li <[email protected]>
AuthorDate: Mon Jan 26 15:42:06 2026 +0900
docs: fix intersphinx mapping for arrow-java reference (#3908)
---
docs/source/conf.py | 1 +
docs/source/format/related_work.rst | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 4b9ad6b86..54c46cc8a 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -147,6 +147,7 @@ recipe_repo_url_template = (
intersphinx_mapping = {
"arrow": ("https://arrow.apache.org/docs/", None),
+ "arrowjava": ("https://arrow.apache.org/java/current/", None),
"pandas": ("https://pandas.pydata.org/docs/", None),
"polars": ("https://docs.pola.rs/api/python/stable/", None),
"python": ("https://docs.python.org/3", None),
diff --git a/docs/source/format/related_work.rst
b/docs/source/format/related_work.rst
index bd1eb8aa4..c09b0b680 100644
--- a/docs/source/format/related_work.rst
+++ b/docs/source/format/related_work.rst
@@ -68,7 +68,7 @@ a particular system; or 2) could be used to implement such
access.
with application-specific extension points but without any higher
level semantics.
-:external+arrow:doc:`Arrow JDBC <java/jdbc>`
+:external+arrowjava:doc:`Arrow JDBC <jdbc>`
A Java submodule, part of Arrow/Java, that uses the JDBC API to
produce Arrow data. Internally, it can read data only row-at-a-time.