Skip to content

Commit

Permalink
custom javascript to patch the HTML shouldn't be needed any more
Browse files Browse the repository at this point in the history
Signed-off-by: Torbjörn Klatt <opensource@torbjoern-klatt.de>
  • Loading branch information
torbjoernk committed Feb 16, 2014
1 parent 9d4a155 commit d994b1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sphinx_bootstrap_theme/bootstrap/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
{% set script_files = script_files + [
'_static/js/jquery-1.11.0.min.js',
'_static/js/jquery-fix.js',
'_static/bootstrap-' + bootstrap_version + '/js/bootstrap.min.js',
'_static/bootstrap-sphinx.js'
'_static/bootstrap-' + bootstrap_version + '/js/bootstrap.min.js'
]
%}

Expand Down

0 comments on commit d994b1b

Please sign in to comment.