Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _static/js/algolia.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

var doc_version = document.querySelector('meta[name="doc_version"]').getAttribute('content');

// If the current page uses tabs, we will need this small patch
if (typeof(docsearch) == 'undefined') {
docsearch = exports['docsearch'];
}

// Initialize the Algolia search widget
docsearch({
apiKey: 'c39cb614363a2a156811478bc2d0573b',
Expand Down