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,10 @@
<li class="dropdown">
<a role="button"
id="dLabelLocalToc"
data-toggle="dropdown"
data-target="#"
href="#">{{ _(theme_navbar_pagenav_name) }} <b class="caret"></b></a>
<ul class="dropdown-menu localtoc"
role="menu"
aria-labelledby="dLabelLocalToc">{{ toc }}</ul>
</li>