Sphinx extension to enable search as you type feature for docs hosted by Read the Docs.
pip install git+https://github.com/readthedocs/readthedocs-sphinx-search@master
Add this extension in your conf.py file as:
extensions = [
# ... other extensions here
'sphinx_search.extension',
]Check out the full documentation at https://readthedocs-sphinx-search.readthedocs.io/