Skip to content

Commit

Permalink
apacheGH-41405: [Release][Docs][GLib] Use Sphinx based GLib front page (
Browse files Browse the repository at this point in the history
apache#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: apache#41405

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou committed Apr 27, 2024
1 parent 5ee70ee commit 4b2cf22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/release/post-08-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 4b2cf22

Please sign in to comment.