Add bootstrap Sphinx theme

This commit is contained in:
Victor Zverovich
2014-10-10 08:39:54 -07:00
parent a7520f164a
commit 76a2ea56ce
26 changed files with 1139 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{%- if show_source and has_source and sourcename %}
<div id="sourcelink">
<a href="{{ pathto('_sources/' + sourcename, true)|e }}"
rel="nofollow">{{ _('Source') }}</a>
</div>
{%- endif %}