This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch branch-1.8.0 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 835aeb620467f023261f0435267199b9548876f7 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
