Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commit4bed3f6
committed
Fix searchindex.js loading by portingsphinx-doc/sphinx#6091
Hopefully a more future-proof fix, removing the dependency on ajax andsearchtools.js altogether. (After loading, searchindex.js itself doesdepend on searchtools.js, but both are updated with the version ofsphinx that is used, unlike this template.)Because the script is loaded with `defer` and also right at the end ofthe body, the size of searchindex.js should not block loading the restof the page (one of the arguments for using ajax).1 parentadbc7b1 commit4bed3f6
1 file changed
+1
-4
lines changedLines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
| 44 | + | |
48 | 45 |
|
0 commit comments
Comments
(0)