{# # layout.html - Sphinx layout template for doxphinx projects # # Copyright (C) 2018-2019 Angel Linares Zapater # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, as # published by the Free Software Foundation. See the COPYING file. # # This program is distributed WITHOUT ANY WARRANTY; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. #} {% extends "basic/layout.html" %} {%- block extrahead %} {%- endblock %} {% block header %} {% endblock %} {#--- Remove sidebar logo #} {%- block sidebarlogo %} {% endblock %} {#--- Sidebar on the left of the body #} {% block sidebar1 %} {{ sidebar() }} {% endblock %} {% block sidebar2 %} {% endblock %} {%- block footer %} {%- endblock %}