
Co-authored-by: Victor Feyens (vfe) <vfe@odoo.com> Co-authored-by: Elisabeth Dickinson (edi) <edi@odoo.com> Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
9 lines
519 B
HTML
9 lines
519 B
HTML
{# 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' #} |