This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new e23f0fe5a8 GH-41496: [Python][Azure][Docs] Turn on azure on
debian-docs (#46892)
e23f0fe5a8 is described below
commit e23f0fe5a88fc5a73c4f3913ab7d1a79a22e5829
Author: Alenka Frim <[email protected]>
AuthorDate: Wed Jun 25 10:08:45 2025 +0200
GH-41496: [Python][Azure][Docs] Turn on azure on debian-docs (#46892)
### Rationale for this change
AzureFilesystem is added to the source Python api docs but the refrence
isn't updated yet: https://arrow.apache.org/docs/dev/python/api/filesystems.html
### What changes are included in this PR?
Turn on Azure when building documentation.
### Are these changes tested?
Yes, with CI.
### Are there any user-facing changes?
No.
* GitHub Issue: #41496
Lead-authored-by: AlenkaF <[email protected]>
Co-authored-by: Alenka Frim <[email protected]>
Co-authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
docker-compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker-compose.yml b/docker-compose.yml
index 60c7922146..45ba3d4820 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1833,11 +1833,11 @@ services:
- SYS_ADMIN
environment:
<<: [*common, *ccache]
+ ARROW_AZURE: "ON"
ARROW_CUDA: "ON"
ARROW_CXX_FLAGS_DEBUG: "-g1"
ARROW_C_FLAGS_DEBUG: "-g1"
ARROW_HOME: "/tmp/local"
- ARROW_JAVA_SKIP_GIT_PLUGIN:
ARROW_SUBSTRAIT: "ON"
BUILD_DOCS_C_GLIB: "ON"
BUILD_DOCS_CPP: "ON"