layout.html 661 B

12345678910111213141516171819
  1. {% extends "!layout.html" %}
  2. {% block rootrellink %}
  3. <li>
  4. <img src="{{ pathto('_static/cmake-logo-16.png', 1) }}" alt=""
  5. style="vertical-align: middle; margin-top: -2px" />
  6. </li>
  7. <li>
  8. <a href="http://www.cmake.org/">CMake</a>{{ reldelim1 }}
  9. </li>
  10. <li>
  11. <a href="{{ pathto(master_doc) }}">{{ shorttitle|e }}</a>{{ reldelim1 }}
  12. </li>
  13. {% endblock %}
  14. {# Put some context in the html title element. Workaround for #}
  15. {# https://bitbucket.org/birkenfeld/sphinx/issue/1492/qthelp-generate-html-title-element-should #}
  16. {% block htmltitle %}
  17. <title>{{ title|striptags|e }} {{ "&mdash;"|safe }} {{ docstitle|e }}</title>
  18. {% endblock %}