Commits


Joris Van den Bossche authored and Krisztián Szűcs committed a9ba3f2a24f
ARROW-14496: [Docs] Create relative links for R / JS / C/Glib references 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>