Pagefind search component for Sphinx.
This is Sphinx extension to use Pagefind for searching documentation.
Pagefind is website search library for static site.It can indexes from published website. Please see official website if you want to know more information.
You can see own document to know behavior of this.
This publishes on PyPI. You can install by pip and other package managers.
pip install atsphinx-pagefindRegister this into your conf.py of document.
extensions = [
..., # Your extensions
"atsphinx.pagefind",
]