[lld][WebAssembly] Add `--table-base` setting
[llvm-project.git] / lld / docs / llvm-theme / layout.html
blob0cd0918eac2ace4bf38fad83cd373096e1b231c3
1 {#
2 sphinxdoc/layout.html
3 ~~~~~~~~~~~~~~~~~~~~~
5 Sphinx layout template for the sphinxdoc theme.
7 :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
8 :license: BSD, see LICENSE for details.
9 #}
10 {% extends "basic/layout.html" %}
12 {% block relbar1 %}
13 <div class="logo">
14 <a href="{{ pathto('index') }}"><img src="{{
15 pathto("_static/logo.png", 1) }}" alt="LLVM Documentation"/></a>
16 </div>
17 {{ super() }}
18 {% endblock %}
20 {# put the sidebar before the body #}
21 {% block sidebar1 %}{{ sidebar() }}{% endblock %}
22 {% block sidebar2 %}{% endblock %}