blob: 994ad5320ae05ebb662ff97fcb48c7d4c9d10040 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{% extends "!layout.html" %}
{# TODO: this block is broken under Sphinx better theme? #}
{% block rootrellink %}
<li><a href="http://rambutan.cc/">
<img width="16px" src="_static/img/logo_32x32.png"></img>
rambutan.cc
</a>·</li>
<li><a href="http://docs.rambutan.cc">Project Docs</a>{{ reldelim1 }}</li>
{{ super() }}
{% endblock %}
{% block header %}
<header id="pageheader"><h1>
<a href="http://docs.rambutan.cc">Rambutan Documentation:</a>
<a href="{{ pathto(master_doc) }} ">{{ shorttitle }} {{ release}}</a>
</h1></header>
{% endblock %}
|