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 2021/10/28 10:12:00 UTC

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

Krisztian Szucs created ARROW-14498:
---------------------------------------

             Summary: [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
             Fix For: 7.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.3.4#803005)