A Sphinx extension for replacing the built-in search with Algolia DocSearch
Project description
Algolia DocSearch for Sphinx
This extension for the Sphinx documentation generator replaces Sphinx's built-in search with Algolia DocSearch.
Before you begin
Apply for DocSearch. You'll get an email with your Algolia credentials.
This extension supports Python versions 3.8 and later and Sphinx versions 5 and later.
Install
Install the sphinx-docsearch
package:
pip install sphinx-docsearch
Configure
-
Add
sphinx-docsearch
to your Sphinx configuration:# conf.py extensions += ["sphinx_docsearch"]
-
Add your Algolia credentials to your Sphinx configuration:
# conf.py docsearch_app_id = "<DOCSEARCH_APP_ID>" docsearch_api_key = "<DOCSEARCH_SEARCH_API_KEY>" docsearch_index_name = "<DOCSEARCH_INDEX_NAME>"
See also: Configure DocSearch.
Customize
To change what the crawler should extract from your pages, see Record Extractor.
You can add custom templates, if your Sphinx HTML theme uses templates not provided by this extension.
You can customize the look of the DocSearch UI by adding your own CSS.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for sphinx_docsearch-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad577ae63d6b54e8c5c28b7af425ae57649445c065e9cf1048e9b2c61a18839c |
|
MD5 | bdd25011c91bce85d721284cc7110ce6 |
|
BLAKE2b-256 | c73fc696c858229e1adac861e49fbd3d9820665718f8420be9f1a03c73f2135d |