annotate lld/docs/llvm-theme/layout.html @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 {#
anatofuz
parents:
diff changeset
2 sphinxdoc/layout.html
anatofuz
parents:
diff changeset
3 ~~~~~~~~~~~~~~~~~~~~~
anatofuz
parents:
diff changeset
4
anatofuz
parents:
diff changeset
5 Sphinx layout template for the sphinxdoc theme.
anatofuz
parents:
diff changeset
6
anatofuz
parents:
diff changeset
7 :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
anatofuz
parents:
diff changeset
8 :license: BSD, see LICENSE for details.
anatofuz
parents:
diff changeset
9 #}
anatofuz
parents:
diff changeset
10 {% extends "basic/layout.html" %}
anatofuz
parents:
diff changeset
11
anatofuz
parents:
diff changeset
12 {% block relbar1 %}
anatofuz
parents:
diff changeset
13 <div class="logo">
anatofuz
parents:
diff changeset
14 <a href="{{ pathto('index') }}"><img src="{{
anatofuz
parents:
diff changeset
15 pathto("_static/logo.png", 1) }}" alt="LLVM Documentation"/></a>
anatofuz
parents:
diff changeset
16 </div>
anatofuz
parents:
diff changeset
17 {{ super() }}
anatofuz
parents:
diff changeset
18 {% endblock %}
anatofuz
parents:
diff changeset
19
anatofuz
parents:
diff changeset
20 {# put the sidebar before the body #}
anatofuz
parents:
diff changeset
21 {% block sidebar1 %}{{ sidebar() }}{% endblock %}
anatofuz
parents:
diff changeset
22 {% block sidebar2 %}{% endblock %}