[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

[sphinx-users] Re: Get full documentation tree

2019-02-18 Thread Peter Burdine
See: https://groups.google.com/forum/#!msg/sphinx-users/0UW05Inwfac/X8bCZmlLBwAJ This is what I did a few years back. The builders are inconstant when they create events and I haven't been able to figure out how to make it work either. I have an extension that followed the todo example, which

[sphinx-users] Re: Get full documentation tree

2019-02-04 Thread balvarez
Hi Michael, thank you very much for your reply, I am already using wkhtmltopdf to build PDF from HTMLs. Also, I already tried the singlehtml and indeed works but the problem is that it increases so much the build time that it makes kind of impossible to work locally to test. Using singlehtml