Uh oh!
There was an error while loading. Please reload this page.
ARROW-14496: [Docs] Create relative links for R / JS / C/Glib references in the sphinx toctree using stub pages - #11601
Conversation
…ces in the sphinx toctree using stub pages
kszucs
commented
Nov 4, 2021
@jorisvandenbossche could you please fix the javadoc reference? at https://github.com/apache/arrow/blob/master/docs/source/java/index.rst |
jorisvandenbossche
commented
Nov 4, 2021
Ah, yes I forgot the Java reference link. Now, we actually don't have the reference included in any of the currently hosted older versions. So fixing this link as well would actually give broken links .. |
kszucs
commented
Nov 4, 2021
We need to regenerate the sphinx part for the previous versions and copy the language references back from previous site deployments, right? |
The java reference is a non-sphinx part, so that's not directly related to regenerating the sphinx site for older versions. |
kszucs
commented
Nov 4, 2021
How many versions including the javadoc would fit in the 1GB github pages limit? |
kszucs
commented
Nov 4, 2021
We can also erase the history of the asf-site branch and keep the last commit to reduce the overall repository size. |
jorisvandenbossche
commented
Nov 4, 2021
Based on my comment in apache/arrow-site#139, adding the full content for versions 1 up to 5 would have added ~700MB. Which is already close to the limit, and within a half year / 2 more releases, we would hit the limit. |
kszucs
commented
Nov 4, 2021
How about just keeping e.g. the last 5 releases? |
kszucs
commented
Nov 4, 2021
@github-actions crossbow submit ubuntu-docs |
kszucs
commented
Nov 4, 2021
@github-actions crossbow submit test-ubuntu-docs |
kszucs
commented
Nov 4, 2021
@github-actions crossbow submit test-ubuntu-20.10-docs test-ubuntu-default-docs |
Revision: ad6e262 Submitted crossbow builds: ursacomputing/crossbow @ actions-1092
|
Benchmark runs are scheduled for baseline = 95e8b92 and contender = a9ba3f2. a9ba3f2 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
…ces in the sphinx toctree using stub pages This will create dummy pages like `/r/index.html` which can be used for sphinx to link to, but which should not be added to the actual hosted files for the arrow site (they have to be overwritten by the index.html files of the respective proper doc builds for R, js and C/Glib). Closes#11601 from jorisvandenbossche/ARROW-14496-toctree-external Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
This will create dummy pages like
/r/index.htmlwhich can be used for sphinx to link to, but which should not be added to the actual hosted files for the arrow site (they have to be overwritten by the index.html files of the respective proper doc builds for R, js and C/Glib).