mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
17 lines
529 B
HTML
17 lines
529 B
HTML
{% extends "!layout.html" %}
|
|
|
|
{% block rootrellink %}
|
|
<li><a href="{{ pathto('index') }}">Sphinx home </a> | </li>
|
|
<li><a href="{{ pathto('contents') }}">Documentation </a> »</li>
|
|
{% endblock %}
|
|
|
|
{% block beforerelbar %}
|
|
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
|
|
<img src="{{ pathto("static/sphinx.png", 1) }}">
|
|
</div>
|
|
{% endblock %}
|
|
|
|
{# put the sidebar before the body #}
|
|
{% block sidebar1 %}{{ sidebar() }}{% endblock %}
|
|
{% block sidebar2 %}{% endblock %}
|