~newell-jensen/maas/arm64-backport-1.5

1762.3.2 by Raphael Badin
Add new sphinx style 'maas'.
1
{%- extends "basic/layout.html" %}
2
{% set css_files = ['https://assets.ubuntu.com/sites/guidelines/css/latest/ubuntu-styles.css', 'https://assets.ubuntu.com/sites/ubuntu/latest/u/css/global.css', '_static/css/main.css'] %}
3
4
{% block sidebarlogo %}
5
<a style="border:0" title="MAAS Documentation Homepage" href="{{ pathto('index.html', 1) }}"><img src="{{ pathto('_static/maas-logo-200.png',1) }}" alt="MAAS logo"/></a>
6
<h2 style="text-align:center;">MAAS</h2>
7
<p style="font-style:italic;font-size:0.9em; text-align:center; margin-bottom:1.5em">Metal As A Service.</p>
2224.1.5 by Raphael Badin
Move switcher.
8
<span id="version_switcher"></span>
1762.3.2 by Raphael Badin
Add new sphinx style 'maas'.
9
<br/>
10
<br/>
11
{% endblock %}
12
2287.1.1 by Tom Haddon
Backport changes from https://code.launchpad.net/~mthaddon/maas/docs-with-navigation/+merge/222520 to 1.5 branch
13
{# Remove 'modules' and 'index' from rellinks: they point to
14
   autogenerated code documentation pages that we don't want
15
   to advertise too much.
16
#}
17
{%- set rellinks = rellinks[2:] %}
18
1762.3.2 by Raphael Badin
Add new sphinx style 'maas'.
19
{%- block footer %}
20
<footer class="global clearfix">
21
  <div class="legal clearfix">
22
    <p>&copy; Copyright {{ copyright }}. Ubuntu and Canonical are registered trademarks of
2254.1.1 by Raphael Badin
Backport revision 2258: Add the bzr last revision, last revision date, and build date to the documentation pages.
23
      <a href="http://canonical.com">Canonical Ltd</a>.
24
    </p>
25
    <p>
26
      Revision {{ bzr_last_revision_number}} ({{ bzr_last_revision_date }}).
27
      Documentation generation date: {{ bzr_build_date }}.
28
    </p>
1762.3.2 by Raphael Badin
Add new sphinx style 'maas'.
29
  </div>
30
</footer>
31
{%- endblock %}