Thank you all for the comments.
I managed using a quite ugly solution but does the job: I edited the
layout.html
and included a hidden full toctree using:
{{ toctree(maxdepth=-1|toint, collapse=False,includehidden=True|tobool)
}}
This way, I can inspect the output HTML and fetch the e
I have an extension that is similar to the "todo" extension that ships with
Sphinx called "catalog". There is a "catalog" directive and a "cataloglist"
directive. All content inside a "catalog" directive is inserted into each
"cataloglist" directive under a title taken from contextual informatio