atsphinx-toybox v2025.1.21
User guide Extensions Components Utilities

Language:

Quick search

Table of Contents

  • atsphinx.toybox.lindera_search
    • Overview
    • Usage
      • Install requires
      • Set configuration
    • Demo
    • Refs

atsphinx.toybox.lindera_search¶

Note

Added by v2024.12.10

Overview¶

This is to use Lindera search components of Sphinx.

Usage¶

Install requires¶

This extension requires optional installation. Please add ‘lindera-search’ option when you install it.

pip install 'atsphinx-toybox[lindera-search]'

Set configuration¶

Add this into your conf.py of Sphinx.

conf.py¶
html_search_options = {
    "type": "atsphinx.toybox.lindera_search.LinderaSplitter",
}

Demo¶

Refs¶

  • lindera-py

© Copyright 2024, Kazuya Takei.

Created using Sphinx 7.4.7. Designed using atsphinx-bulma.