首页 > 其他 > 详细

sphinx-doc的中文搜索

时间:2018-09-08 23:25:24      阅读:191      评论:0      收藏:0      [点我收藏+]

第一,你的系统需要安装jieba类库, pip install jieba

第二,接下来修改sphinx的conf.py文件,为项目设置为中文的搜索配置。

# 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‘, ‘zh‘
html_search_language = ‘zh‘

第三,可选配置

# A dictionary with options for the search language support, empty by default.
# ‘ja‘ uses this config value.
# ‘zh‘ user can custom change `jieba` dictionary path.
# html_search_options = {‘dict‘: ‘/usr/lib/jieba.txt‘}   # 根据需要设置jieba的词典路径

第四,接下来重新编译生成文档。make html

-------------------------------------------------------------------------------------
原文地址:https://www.chenyudong.com/archives/sphinx-doc-support-chinese-search.html

sphinx-doc的中文搜索

原文:https://www.cnblogs.com/chunyin/p/9610857.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!