{# Global TOC of the doc #} {# See: https://www.sphinx-doc.org/en/master/templating.html#toctree collapse: Whether only menu items included in the breadcrumb should be rendered title_only: Whether menu items for content pages (without toctree) should be hidden includehidden: Whether menu items of pages inside a hidden toctree should be rendered #} {{ toctree(collapse=collapse_menu, titles_only=True, includehidden=True)}} {# TODO replace `collapse_menu` by `True` and remove Makefile entry 'light' #}