diff --git a/docs_theme/js/theme.js b/docs_theme/js/theme.js
index ddbd9c905..0918ae85d 100644
--- a/docs_theme/js/theme.js
+++ b/docs_theme/js/theme.js
@@ -9,11 +9,6 @@ var getSearchTerm = function() {
}
};
-var initilizeSearch = function() {
- require.config({ baseUrl: '/mkdocs/js' });
- require(['search']);
-};
-
$(function() {
var searchTerm = getSearchTerm(),
$searchModal = $('#mkdocs_search_modal'),
@@ -30,6 +25,5 @@ $(function() {
$searchModal.on('shown', function() {
$searchQuery.focus();
- initilizeSearch();
});
});
diff --git a/docs_theme/main.html b/docs_theme/main.html
index 4a1b0f23c..21e9171a2 100644
--- a/docs_theme/main.html
+++ b/docs_theme/main.html
@@ -138,14 +138,17 @@
+
-
-
-
+
+ {% for path in config.extra_javascript %}
+
+ {% endfor %}
+