smatch_data/kernel.clears_argument: add more functions
[smatch.git] / Documentation / templates / breadcrumbs.html
blob4f22fa9a8163867e12b7f2b32f1eba91ed0d8492
1 {%- extends "sphinx_rtd_theme/breadcrumbs.html" %}
3 {% block breadcrumbs_aside %}
4 {% if hasdoc(pagename) %}
5 <li class="wy-breadcrumbs-aside">
6 {% if show_source and has_source and sourcename %}
7 <a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow"> {{ _('View page source') }}</a>
8 {% endif %}
9 </li>
10 {% endif %}
11 {% endblock %}