sphinx-doc 实现中文搜索

安装 jieba

$ pip install jieba

conf.py

html_search_language = 'zh'
html_show_sourcelink = False