Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Currently we have some hardcoded links in the sphinx toctree to other parts of the docs (eg to <https://arrow.apache.org/docs/c_glib/, or https://arrow.apache.org/docs/r/).
That means that for the versioned docs, those links still are absolute links, and not pointing to the versioned ones.
For those parts of the docs that we include in the versioning (so those that are hosted in the github pages, which is the case for C/GLib, js and R, and not the case for C#, Go, Rust, Julia, Matlab and Ruby), we should see if we can trick sphinx in creating a relative url (which in principle only is possible for internal links to another part of the sphinx docs).
https://stackoverflow.com/questions/27979803/external-relative-link-in-sphinx-toctree-directive has some potential ideas
See also thread on github issue: https://github.com/sphinx-doc/sphinx/issues/701#issuecomment-659062227
Attachments
Issue Links
- is duplicated by
-
ARROW-14497 [Docs] Use relative internal links in the sphinx docs
- Closed
- links to