If you begin a path with a / character, it's interpreted as an absolute path. This is inconsistent with stock Sphinx directives like toctree and include, which interpret such paths relative to the root of the docs project.
Please let me know if there's a use case for absolute paths that I'm not considering.
I changed this behavior on my fork in jahn-junior#3 and would love to propagate the change upstream if you're interested.
If you begin a path with a
/character, it's interpreted as an absolute path. This is inconsistent with stock Sphinx directives liketoctreeandinclude, which interpret such paths relative to the root of the docs project.Please let me know if there's a use case for absolute paths that I'm not considering.
I changed this behavior on my fork in jahn-junior#3 and would love to propagate the change upstream if you're interested.