mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fix wrong documentation
This commit is contained in:
parent
da85b47e93
commit
a7ae5e39d9
@ -964,13 +964,11 @@ that use Sphinx's HTMLWriter class.
|
||||
For example::
|
||||
|
||||
html_search_options = {
|
||||
'splitter': 'mecab',
|
||||
'options': {
|
||||
'dic_enc': 'utf-8',
|
||||
'dict': '/path/to/mecab.dic',
|
||||
'lib': '/path/to/libmecab.so',
|
||||
}
|
||||
}
|
||||
'type': 'mecab',
|
||||
'dic_enc': 'utf-8',
|
||||
'dict': '/path/to/mecab.dic',
|
||||
'lib': '/path/to/libmecab.so',
|
||||
}
|
||||
|
||||
Options for ``'janome'``:
|
||||
:user_dic: _`user_dic option` is the user dictionary file path for Janome.
|
||||
|
Loading…
Reference in New Issue
Block a user