Skip to content

readthedocs/readthedocs-sphinx-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aa5c8d7 · Jul 15, 2024
Mar 27, 2023
Jul 15, 2024
Jan 24, 2023
Jan 15, 2024
Mar 27, 2023
Jun 10, 2019
Feb 17, 2021
Mar 27, 2023
Jan 15, 2024
Jun 4, 2019
Mar 27, 2023
Jan 15, 2024
Jul 15, 2024
Jul 17, 2019
Jan 15, 2024
Jan 15, 2024
Jun 12, 2019
Jun 18, 2021
Jan 24, 2023

Repository files navigation

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',
]