Skip to content

Commit 735d630

Browse files
authored
Merge pull request #3496 from rtfd/stop-running-mkdocs-json
Remove our mkdocs search override
2 parents 76635e6 + 82f1037 commit 735d630

File tree

4 files changed

+7
-23
lines changed

4 files changed

+7
-23
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var sponsorship = require('./sponsorship'),
22
footer = require('./doc-embed/footer.js'),
33
// grokthedocs = require('./doc-embed/grokthedocs-client'),
4-
mkdocs = require('./doc-embed/mkdocs'),
4+
// mkdocs = require('./doc-embed/mkdocs'),
55
rtddata = require('./doc-embed/rtd-data'),
66
sphinx = require('./doc-embed/sphinx'),
77
search = require('./doc-embed/search');
@@ -10,6 +10,6 @@ $(document).ready(function () {
1010
footer.init();
1111
sphinx.init();
1212
// grokthedocs.init();
13-
mkdocs.init();
13+
// mkdocs.init();
1414
search.init();
1515
});

0 commit comments

Comments
 (0)