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 globaltoc-container">
<a role="button"
id="dLabelGlobalToc"
data-toggle="dropdown"
data-target="#"
href="{{ pathto(master_doc) }}">{{ theme_navbar_site_name }} <b class="caret"></b></a>
<ul class="dropdown-menu globaltoc"
role="menu"
aria-labelledby="dLabelGlobalToc">{{ toctree(maxdepth=theme_globaltoc_depth|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}</ul>
</li>