Open
Description
I'd like to use relative URLs in toctrees, but can't figure out how.
It seems right now I have the choice between either internal links (where the target is another document), or an (absolute) URL. The latter is identified by means of a sphinx.util.url_re.
Is there a way to have a toctree entry use a relative link, such that the generated html contains 'href=".../some/path.html"' ?
(If it isn't yet supported, perhaps a new pseudo-schema would work, such as 'relative:.../some/path.html', from which the 'relative:' would then be stripped off during html generation ?)
- Bitbucket: https://bitbucket.org/birkenfeld/sphinx/issue/701
- Originally reported by: Anonymous
- Originally created at: 2011-05-22T03:17:53.521