]> git.sesse.net Git - casparcg/blob - source/tools/sphinxext/layout.html
(no commit message)
[casparcg] / source / tools / sphinxext / layout.html
1 {% extends "!layout.html" %}
2 {% block rootrellink %}
3         <li><a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}</li>
4 {% endblock %}
5 {% block extrahead %}
6 {{ super() }}
7 {% endblock %}
8 {% block footer %}
9     <div class="footer">
10     &copy; <a href="{{ pathto('copyright') }}">Copyright</a> {{ copyright|e }}.
11     <br />
12     Last updated on {{ last_updated|e }}.
13     <a href="{{ pathto('bugs') }}">Found a bug</a>?
14     <br />
15     Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version|e }}.
16     </div>
17 {% endblock %}
18 {% block sidebarsourcelink %}
19 {%- if show_source and has_source and sourcename %}
20 <h3>{{ _('This Page') }}</h3>
21 <ul class="this-page-menu">
22   <li><a href="{{ pathto('bugs') }}">Report a Bug</a></li>
23   <li><a href="{{ pathto('_sources/' + sourcename, true)|e }}"
24          rel="nofollow">Show Source</a></li>
25 </ul>
26 {%- endif %}
27 {% endblock %}