readthedocs-sphinx-search
Sphinx extension to enable search as you type for docs hosted on Read the Docs.
What it is and what it does
readthedocs-sphinx-search is a Sphinx extension that integrates live search functionality into documentation sites hosted on Read the Docs. It enables users to search documentation content as they type, providing immediate feedback without requiring a full page reload or separate search submission.
The extension is designed specifically for Read the Docs hosting and requires only Sphinx as a dependency. It is configured by adding a single line to your Sphinx conf.py file. However, the project is now archived and abandoned, with the last commit in July 2024 and no active maintenance—it remains in Beta status and should be treated as a stable but unmaintained tool.
Use it for:
- Add live search to Sphinx-based documentation already hosted on Read the Docs without additional backend infrastructure.
- Improve documentation discoverability for users by providing instant search results as they type queries.
- Reduce friction in finding relevant documentation sections for projects using Read the Docs as their primary hosting platform.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Sphinx extension that adds real-time search-as-you-type functionality to documentation hosted on Read the Docs.
Yes, if you are hosting Sphinx documentation on Read the Docs and want search-as-you-type without additional complexity. No, if you need active maintenance or expect to upgrade Sphinx frequently—the project is archived and unmaintained. Verify compatibility with your current Sphinx version before adopting.
Install
readthedocs-sphinx-search on PyPI
pip
pip install readthedocs-sphinx-searchuv
uv add readthedocs-sphinx-searchpoetry
poetry add readthedocs-sphinx-searchInstalling readthedocs-sphinx-search
Before you install
Low friction installation with no runtime dependencies. However, the project is archived and abandoned as of mid-2024, with no active maintenance—use only if the current feature set meets your needs.
License in practice
MIT license permits free use, modification, and distribution with minimal restrictions, making it safe to integrate into most projects.
Quickstart
pip install readthedocs-sphinx-search
Then in your Sphinx conf.py:
extensions = [
'sphinx_search.extension',
]
Requires Sphinx to be installed and configured; intended for docs hosted on Read the Docs.
Verify before relying
- Whether the search-as-you-type feature remains fully functional with current Read the Docs infrastructure and modern Sphinx versions.
- Compatibility with recent Sphinx releases and whether any breaking changes have occurred since the last release in January 2024.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 942 days since the last release |
| Last repo commit | (repository archived) |
| First released | |
| Downloads | 138,200/month — #11,340 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: readthedocs_sphinx_search-0.3.2-py3-none-any.whl
Keywords: sphinx, search, readthedocs
Tags
More Sphinx packages
Parses Python docstrings in ReST, Google,…
permissive · top 1,000 on PyPI
SphinxSphinx generates professional documentation…
permissive · top 1,000 on PyPI
sphinxcontrib-serializinghtmlA Sphinx extension that outputs documentation…
permissive · top 1,000 on PyPI
alabasterAlabaster is a clean, responsive Sphinx theme…
permissive · top 1,000 on PyPI
sphinxcontrib-htmlhelpA Sphinx extension that generates HTML help…
permissive · top 1,000 on PyPI
sphinxcontrib-qthelpA Sphinx extension that converts documentation…
permissive · top 1,000 on PyPI
readthedocs-sphinx-extProvides Sphinx extensions that integrate…
permissive · top 15,000 on PyPI
sphinx-clickSphinx-click is a Sphinx extension that…
permissive · top 15,000 on PyPI
sphinx-last-updated-by-gitA Sphinx extension that automatically extracts…
permissive · top 15,000 on PyPI
sphinx-data-viewerAdds an interactive data viewer to Sphinx…
permissive · top 15,000 on PyPI
sphinx-notfound-pageA Sphinx extension that generates a custom 404…
permissive · top 5,000 on PyPI
sphinx-autodoc-typehintsAutomatically extracts Python type hints from…
permissive · top 5,000 on PyPI
sphinx-tabsA Sphinx extension that adds tabbed content…
permissive · top 5,000 on PyPI
autodocsummA Sphinx extension that enhances autodoc with…
permissive · top 5,000 on PyPI
sphinx-hoverxrefSphinx extension that displays tooltips with…
permissive · top 15,000 on PyPI
breatheBreathe is a Sphinx plugin that renders…
permissive · top 5,000 on PyPI