diff --git a/sphinx_rtd_theme/static/theme.js b/sphinx_rtd_theme/static/theme.js index 8c7b9477..8a711f86 100644 --- a/sphinx_rtd_theme/static/theme.js +++ b/sphinx_rtd_theme/static/theme.js @@ -1,3 +1,4 @@ +/* Comment this because we include this information in our main JS file. $(document).ready(function() { // Shift nav in mobile when clicking the menu. $(document).on('click', "[data-toggle='wy-nav-top']", function() { @@ -13,5 +14,4 @@ $(document).ready(function() { $("[data-toggle='rst-versions']").toggleClass("shift-up"); }); }); - - +*/