skillfed

readthedocs-sphinx-search

Sphinx extension to enable search as you type for docs hosted on Read the Docs.

readthedocs-sphinx-search v0.3.2 138.2K downloads/30d#11,340 on PyPI36
Permissive license MIT Abandoned released

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-search

uv

uv add readthedocs-sphinx-search

poetry

poetry add readthedocs-sphinx-search

Installing 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

Development Status :: 4 - BetaFramework :: Sphinx :: ExtensionLicense :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3

Tags

sphinx search as you typeread the docs live searchsphinx documentation search extensioninstant search sphinx docsreadthedocs search plugin
sphinx-extensionarchived

More Sphinx packages

docstring-parser

Parses Python docstrings in ReST, Google,…

permissive · top 1,000 on PyPI

Sphinx

Sphinx generates professional documentation…

permissive · top 1,000 on PyPI

sphinxcontrib-serializinghtml

A Sphinx extension that outputs documentation…

permissive · top 1,000 on PyPI

alabaster

Alabaster is a clean, responsive Sphinx theme…

permissive · top 1,000 on PyPI

sphinxcontrib-htmlhelp

A Sphinx extension that generates HTML help…

permissive · top 1,000 on PyPI

sphinxcontrib-qthelp

A Sphinx extension that converts documentation…

permissive · top 1,000 on PyPI

readthedocs-sphinx-ext

Provides Sphinx extensions that integrate…

permissive · top 15,000 on PyPI

sphinx-click

Sphinx-click is a Sphinx extension that…

permissive · top 15,000 on PyPI

sphinx-last-updated-by-git

A Sphinx extension that automatically extracts…

permissive · top 15,000 on PyPI

sphinx-data-viewer

Adds an interactive data viewer to Sphinx…

permissive · top 15,000 on PyPI

sphinx-notfound-page

A Sphinx extension that generates a custom 404…

permissive · top 5,000 on PyPI

sphinx-autodoc-typehints

Automatically extracts Python type hints from…

permissive · top 5,000 on PyPI

sphinx-tabs

A Sphinx extension that adds tabbed content…

permissive · top 5,000 on PyPI

autodocsumm

A Sphinx extension that enhances autodoc with…

permissive · top 5,000 on PyPI

sphinx-hoverxref

Sphinx extension that displays tooltips with…

permissive · top 15,000 on PyPI

breathe

Breathe is a Sphinx plugin that renders…

permissive · top 5,000 on PyPI