fix wrong documentation

This commit is contained in:
shimizukawa 2016-02-15 09:45:04 +09:00
parent da85b47e93
commit a7ae5e39d9

View File

@ -964,13 +964,11 @@ that use Sphinx's HTMLWriter class.
For example:: For example::
html_search_options = { html_search_options = {
'splitter': 'mecab', 'type': 'mecab',
'options': { 'dic_enc': 'utf-8',
'dic_enc': 'utf-8', 'dict': '/path/to/mecab.dic',
'dict': '/path/to/mecab.dic', 'lib': '/path/to/libmecab.so',
'lib': '/path/to/libmecab.so', }
}
}
Options for ``'janome'``: Options for ``'janome'``:
:user_dic: _`user_dic option` is the user dictionary file path for Janome. :user_dic: _`user_dic option` is the user dictionary file path for Janome.