diff options
author | Georg Brandl <georg@python.org> | 2016-01-06 10:34:36 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2016-01-06 10:34:36 +0100 |
commit | 3bd7d08b6ffa2676434e694c83a2b1fdfb74e9d3 (patch) | |
tree | b3634bc739183e3d2d7e231767cdce8abc54bd31 /sphinx/quickstart.py | |
parent | 1179bbc96b103a48af18a1e0929236e7982090c9 (diff) | |
parent | d76a700fa290858d2d34d4b67ace0981e6a74cf1 (diff) | |
download | sphinx-git-3bd7d08b6ffa2676434e694c83a2b1fdfb74e9d3.tar.gz |
Merge pull request #2170 from daoiqi/zh-search
add Chinese Search into milestones
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r-- | sphinx/quickstart.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index f4514a2b2..3bf78bc99 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -261,11 +261,12 @@ html_static_path = ['%(dot)sstatic'] # Language to be used for generating the HTML full-text search index. # Sphinx supports the following languages: # 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ja' -# 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr' +# 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr', 'zh' #html_search_language = 'en' # A dictionary with options for the search language support, empty by default. -# Now only 'ja' uses this config value +# 'ja' uses this config value. +# 'zh' user can custom change `jieba` dictionary path. #html_search_options = {'type': 'default'} # The name of a javascript file (relative to the configuration directory) that |