A Sphinx extension that adds autocomplete search-as-you-type functionality to documentation hosted on Read the Docs. Currently at version 0.3.2, updated infrequently. Requires Sphinx and works out of the box with Read the Docs hosting.
pip install readthedocs-sphinx-searchNo compatibility data collected yet for this library.
Add 'readthedocs_sphinx_search' to the extensions list in your conf.py. No further configuration is required for projects hosted on Read the Docs.
Ensure your project is built and hosted on Read the Docs, or implement a custom search backend.
Override the theme's search template or manually include the required CSS/JS assets.
Consider using the built-in search support from Read the Docs Addons or monitor for updates.
Use 'readthedocs_sphinx_search' (underscore) in extensions list.
Run 'pip install readthedocs-sphinx-search' and ensure your Sphinx build uses the same Python environment.
Build and deploy the docs on Read the Docs. For local testing, set the environment variable 'READTHEDOCS' to 'True' or configure 'rtds_search_endpoint'.