{% extends "!layout.html" %} {% block menu %} {# The singlehtml builder doesn't handle this toctree call when the toctree is empty. Skip building this for now. #} {% if 'singlehtml' not in builder %} {% set global_toc = toctree(maxdepth=theme_navigation_depth|int, collapse=theme_collapse_navigation|tobool, includehidden=theme_includehidden|tobool, titles_only=theme_titles_only|tobool) %} {% endif %} {% if global_toc %} {{ add_pdf_links(global_toc, pathto('', 1)) }} {% else %}
{{ toc }}
{% endif %}

Indices and tables

Index Module Index {% endblock %}