{# Sphinx Phoebe Theme — Global Table of Contents #} {% if toctree is defined and toctree is callable %} {% set toctree_html = toctree(maxdepth=theme_globaltoc_depth|toint, collapse=theme_globaltoc_collapse|tobool, includehidden=theme_globaltoc_includehidden|tobool, titles_only=True) %} {% else %} {% set toctree_html = '' %} {% endif %} {% if toctree_html %} {% set toctree_nodes = derender_toc(toctree_html, False) %}