Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

readthedocs-sphinx-search

Package Overview
Dependencies
Maintainers
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

readthedocs-sphinx-search

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

  • 0.3.2
  • Source
  • PyPI
  • Socket score

Maintainers
5

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

|pypi| |docs| |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.

.. _Sphinx: https://www.sphinx-doc.org/ .. _Read the Docs: https://readthedocs.org/

Installation

.. code-block:: bash

pip install readthedocs-sphinx-search

Configuration

Add this extension in your conf.py file as:

.. code-block:: python

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

.. |docs| image:: https://readthedocs.org/projects/readthedocs-sphinx-search/badge/?version=latest :alt: Documentation Status :target: https://readthedocs-sphinx-search.readthedocs.io/en/latest/?badge=latest

.. |license| image:: https://img.shields.io/github/license/readthedocs/readthedocs-sphinx-search.svg :target: LICENSE :alt: Repository license

.. |build-status| image:: https://circleci.com/gh/readthedocs/readthedocs-sphinx-search.svg?style=svg :alt: Build status :target: https://circleci.com/gh/readthedocs/readthedocs-sphinx-search

.. |pypi| image:: https://img.shields.io/pypi/v/readthedocs-sphinx-search.svg :target: https://pypi.python.org/pypi/readthedocs-sphinx-search :alt: PyPI Version

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc