From 4b2cf22f5aea16f4ad0db447624b6e713b43d62c Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Sun, 28 Apr 2024 05:31:55 +0900 Subject: [PATCH] GH-41405: [Release][Docs][GLib] Use Sphinx based GLib front page (#41406) ### Rationale for this change We should use the GLib front page generated by Sphinx. ### What changes are included in this PR? Stop reverting the GLib front page change in release script. ### Are these changes tested? No. ### Are there any user-facing changes? Yes. * GitHub Issue: #41405 Authored-by: Sutou Kouhei Signed-off-by: Sutou Kouhei --- dev/release/post-08-docs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/release/post-08-docs.sh b/dev/release/post-08-docs.sh index 1e457c95c033c..c59f9b96857a6 100755 --- a/dev/release/post-08-docs.sh +++ b/dev/release/post-08-docs.sh @@ -79,7 +79,6 @@ curl \ https://apache.jfrog.io/artifactory/arrow/docs/${version}/docs.tar.gz tar xvf docs.tar.gz rm -f docs.tar.gz -git checkout docs/c_glib/index.html if [ "$is_major_release" = "yes" ] ; then previous_series=${previous_version%.*} mv docs_temp docs/${previous_series}