From e3c62af84dded2852f047e9db7aa140ac836bd32 Mon Sep 17 00:00:00 2001 From: Ryan Roemer Date: Fri, 29 May 2015 09:28:40 -0700 Subject: [PATCH] Add basic files and upgrades. --- demo/source/conf.py | 2 +- .../bootstrap/static/bootstrap-sphinx.js_t | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/demo/source/conf.py b/demo/source/conf.py index d0e03040..ca38269d 100644 --- a/demo/source/conf.py +++ b/demo/source/conf.py @@ -160,7 +160,7 @@ # * superhero # * united # * yeti (v3 only) - 'bootswatch_theme': "sandstone", + 'bootswatch_theme': "yeti", # Choose Bootstrap version. # Values: "3" (default) or "2" (in quotes) diff --git a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-sphinx.js_t b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-sphinx.js_t index f8e9ace4..e6e25d12 100644 --- a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-sphinx.js_t +++ b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-sphinx.js_t @@ -138,13 +138,6 @@ $localLi.first().after('
  • '); } - // Manually add dropdown. - // Appears unnecessary as of: - // https://github.com/ryan-roemer/sphinx-bootstrap-theme/pull/90 - // Remove next time around... - // a.dropdown-toggle class needed in globaltoc.html - //$('.dropdown-toggle').dropdown(); - // Patch tables. patchTables();