[sphinx-users] Re: Get full documentation tree

2019-03-19 Thread balvarez
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

[sphinx-users] How to regenerate toctree contents for changed document?

2019-03-19 Thread Alex Adamson
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