Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.63 KB

README.rst

File metadata and controls

53 lines (34 loc) · 1.63 KB

readthedocs-sphinx-search - Search as you type for Read the Docs

Warning

This extension is deprecated and it shouldn't be used. Read more about this deprecation at #144.

PyPI Version Documentation Status Repository license Build status

readthedocs-sphinx-search is a Sphinx extension to enable search as you type for docs hosted on Read the Docs. Try it at https://readthedocs-sphinx-search.readthedocs.io/en/latest/?rtd_search=testing.

Installation

pip install readthedocs-sphinx-search

Configuration

Add this extension in your conf.py file as:

extensions = [
 # ... other extensions here
 'sphinx_search.extension',
]