This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 5edc5c5b0d [GH-2496] Fix failed docs build (#2497)
5edc5c5b0d is described below
commit 5edc5c5b0da1a31c5c491c09f8139729b40a8732
Author: Jia Yu <[email protected]>
AuthorDate: Thu Nov 13 03:13:02 2025 -0600
[GH-2496] Fix failed docs build (#2497)
---
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..a67644b2c0 100644
--- a/R/_pkgdown.yml
+++ b/R/_pkgdown.yml
@@ -16,6 +16,7 @@
# under the License.
url: ~
+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