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

jiayu pushed a commit to branch fix-docs
in repository https://gitbox.apache.org/repos/asf/sedona.git

commit b38fd00a43a17872f3d82b45c26cf9cb7d391588
Author: Jia Yu <[email protected]>
AuthorDate: Thu Nov 13 00:20:30 2025 -0800

    Fix
---
 R/_pkgdown.yml                         | 1 +
 R/vignettes/articles/apache-sedona.Rmd | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/R/_pkgdown.yml b/R/_pkgdown.yml
index ea18e9bcee..d1b8fa86e6 100644
--- a/R/_pkgdown.yml
+++ b/R/_pkgdown.yml
@@ -16,6 +16,7 @@
 # under the License.
 
 url: ~
+build_llm_docs: false
 template:
   bootstrap: 5
   # bootswatch: cosmo
diff --git a/R/vignettes/articles/apache-sedona.Rmd 
b/R/vignettes/articles/apache-sedona.Rmd
index da73e4c38c..299941aa6a 100644
--- a/R/vignettes/articles/apache-sedona.Rmd
+++ b/R/vignettes/articles/apache-sedona.Rmd
@@ -410,7 +410,7 @@ sedona_render_choropleth_map(
 It will create a scatter plot, and then overlay it on top of a
 choropleth map, as shown below:
 
-<img src="choropleth-map.png" width=800 />
+<img src="choropleth-map.png" width=800 alt="Choropleth map visualization" />
 
 See `?apache.sedona::sedona_render_scatter_plot`,
 `?apache.sedona::sedona_render_heatmap`, and

Reply via email to