Alessandro Molina created ARROW-13411:
-----------------------------------------
Summary: [Doc][Python] Make docs release match arrow releases
Key: ARROW-13411
URL: https://issues.apache.org/jira/browse/ARROW-13411
Project: Apache Arrow
Issue Type: Improvement
Affects Versions: 5.0.0
Reporter: Alessandro Molina
Fix For: 6.0.0
For docs that are shipped with new arrow releases (C++, Python) we should serve
the documentation related to the arrow version.
At the moment for example if I want to look at the docs for 3.0.0 there is no
easy way, the version I end up to is always the one for the current release. Or
if I want to look at the doc for the current version under development there is
no easy way.
We could for example deploy the docs under subdirectories that match the arrow
version they refer to.
https://arrow.apache.org/docs/4.0.1/python/
https://arrow.apache.org/docs/5.0.0/python/
https://arrow.apache.org/docs/dev/python/
https://arrow.apache.org/docs/current could just become a redirect to the
latest release
--
This message was sent by Atlassian Jira
(v8.3.4#803005)