Statistics
| Branch: | Tag: | Revision:

root / docs / source / _themes / pithosdoc / layout.html @ 42000275

History | View | Annotate | Download (388 Bytes)

1
{#
2
    pithosdoc/layout.html
3
    ~~~~~~~~~~~~~~~~~~~~~
4

    
5
    Sphinx layout template based on the sphinxdoc theme.
6

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

    
12
{# put the sidebar before the body #}
13
{% block sidebar1 %}{{ sidebar() }}{% endblock %}
14
{% block sidebar2 %}{% endblock %}