summaryrefslogtreecommitdiffstats
path: root/Utilities/Sphinx/templates/layout.html
blob: 635ace32277d97df8c547a3c0a7232e5a74a764b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "!layout.html" %}
{% block rootrellink %}
  <li>
    <img src="{{ pathto('_static/cmake-logo-16.png', 1) }}" alt=""
         style="vertical-align: middle; margin-top: -2px" />
  </li>
  <li>
    <a href="http://www.cmake.org/">CMake</a>{{ reldelim1 }}
  </li>
  <li>
    <a href="{{ pathto(master_doc) }}">{{ shorttitle|e }}</a>{{ reldelim1 }}
  </li>
{% endblock %}