You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2022/03/31 11:27:00 UTC

[jira] [Closed] (ARROW-14498) [Docs] Make it possible to regenerate older docs with additional patch(es)

     [ https://issues.apache.org/jira/browse/ARROW-14498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krisztian Szucs closed ARROW-14498.
-----------------------------------
    Resolution: Won't Fix

> [Docs] Make it possible to regenerate older docs with additional patch(es)
> --------------------------------------------------------------------------
>
>                 Key: ARROW-14498
>                 URL: https://issues.apache.org/jira/browse/ARROW-14498
>             Project: Apache Arrow
>          Issue Type: Wish
>          Components: Documentation
>            Reporter: Krisztian Szucs
>            Priority: Major
>             Fix For: 8.0.0
>
>
> We may need to regenerate older docs to include new changes, e.g. the new version dropdown feature. 
> Since we need to regenerate the docs for the first time, it would be great if we could encapsulate this in a script. After applying the patch {{archery docker run ubuntu-docs}} should do the rest, similarly like we use in the post-release task https://github.com/apache/arrow/blob/master/dev/release/post-09-docs.sh
> ```
> dev/release/generate-docs.sh <version> <patch>
> dev/release/generate-docs.sh 6.0.0  # no patch required
> dev/release/generate-docs.sh 5.0.0 docs.patch
> dev/release/generate-docs.sh 4.0.0 docs.patch
> dev/release/generate-docs.sh 3.0.0 docs.patch
> # then deploy to asf-site
> ```
> cc [~jorisvandenbossche]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)