{# sitemap.html ~~~~~~~~~~~~ Special template that includes the whole sitemap after normal contents :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {%- extends "layout.html" %} {% block body %} {{ body }}
{{ toctree(maxdepth=8, collapse=False, includehidden=True) }}
{% endblock %}