1{#
2    nonav/layout.html
3    ~~~~~~~~~~~~~~~~
4
5    Sphinx layout template for the any help system theme.
6
7    :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
8    :license: BSD, see LICENSE for details.
9#}
10{%- extends "basic/layout.html" %}
11
12{%- block doctype -%}
13<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
14  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
15{%- endblock -%}
16{# add only basic navigation links #}
17{% block sidebar1 %}{% endblock %}
18{% block sidebar2 %}{% endblock %}
19{% block relbar1 %}{% endblock %}
20{% block relbar2 %}{% endblock %}
21{% block linktags %}{% endblock %}
22{% block footer %}{% endblock %}
23
24