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

2
doc/bootstrap/static/js/jquery-fix.js vendored Normal file
View File

@@ -0,0 +1,2 @@
// No Conflict in later (our) version of jQuery
window.$jqTheme = jQuery.noConflict(true);