Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / docs / source / _templates / breadcrumbs.html
1 {%- extends "sphinx_rtd_theme/breadcrumbs.html" %}
2
3 {# We use framagit and not gitlab, and we don't want to add a link on generated pages #}
4
5 {% block breadcrumbs_aside %}
6   <li class="wy-breadcrumbs-aside">
7     {% if hasdoc(pagename) and pagename != "search" and pagename != "genindex" %}
8
9       <a href="{{ meta['framagit_url'] }}" class="fa fa-bitbucket"> {{ _('Edit on FramaGit') }}</a>
10     {% endif %}
11   </li>
12 {% endblock %}