[doc] adds alabaster source

This commit is contained in:
Romain Dorgueil
2017-10-08 13:22:21 +02:00
parent a86d1ddb43
commit f40de8b386
11 changed files with 1122 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<h3>{{ _('Navigation') }}</h3>
{{ toctree(includehidden=theme_sidebar_includehidden, collapse=theme_sidebar_collapse) }}
{% if theme_extra_nav_links %}
<hr />
<ul>
{% for text, uri in theme_extra_nav_links.items() %}
<li class="toctree-l1"><a href="{{ uri }}">{{ text }}</a></li>
{% endfor %}
</ul>
{% endif %}