All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kr.motd.maven.sphinx.dist.sphinx.themes.nonav.layout.html Maven / Gradle / Ivy

There is a newer version: 2.10.0
Show newest version
{#
    nonav/layout.html
    ~~~~~~~~~~~~~~~~

    Sphinx layout template for the any help system theme.

    :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
    :license: BSD, see LICENSE for details.
#}
{%- extends "basic/layout.html" %}

{%- block doctype -%}

{%- endblock -%}
{# add only basic navigation links #}
{% block sidebar1 %}{% endblock %}
{% block sidebar2 %}{% endblock %}
{% block relbar1 %}{% endblock %}
{% block relbar2 %}{% endblock %}
{% block linktags %}{% endblock %}
{% block footer %}{% endblock %}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy