From a7ae5e39d94caea9219a19a518d4e405b65a1449 Mon Sep 17 00:00:00 2001 From: shimizukawa Date: Mon, 15 Feb 2016 09:45:04 +0900 Subject: [PATCH] fix wrong documentation --- doc/config.rst | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/doc/config.rst b/doc/config.rst index 0c6e06e61..71ebb60e7 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -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.