I have generic reST style labels (declared eg., .. _mylabel:
) that I'd like to use in a sphinx toctree
But toctree manual entry syntax seems limited to document names, despite the fact that auto-generated toctrees will nest links from within those documents.
I've tried the obvious label <mylabel>
; this does not work, nor does plain mylabel
. I've also tried using the more general syntax:
:ref:`label <mylabel>`
Ironically, the only place this seems not to work is when you want to add it to a TOC >_<
Am I out of luck here?