readthedocs / readthedocs-sphinx-search

Deprecated: Enable search-as-you-type feature for docs hosted by RTD.
https://readthedocs-sphinx-search.readthedocs.io/
MIT License
33 stars 16 forks source link

Refactor: don't depend on underscore.js #116

Closed stsewd closed 2 years ago

stsewd commented 2 years ago

This uses the DOM API to create the elements instead of using templates from underscorejs. The HTML structure is exactly the same.

Would be great to re-structure the HTML of the results in a major version release, a more simple structure and use CSS for spacing instead of br elements.

The only usage of jQuery that is left is for fade in/out animations.