Note
Added by v2024.12.10
This is to use Lindera search components of Sphinx.
This extension requires optional installation. Please add ‘lindera-search’ option when you install it.
pip install 'atsphinx-toybox[lindera-search]'
Add this into your conf.py
of Sphinx.
html_search_options = {
"type": "atsphinx.toybox.lindera_search.LinderaSplitter",
}