From eca59662571162e7b8aae8f181ad4f0aa5b37726 Mon Sep 17 00:00:00 2001 From: ibuler Date: Mon, 5 Mar 2018 15:04:11 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E4=BF=AE=E6=94=B9conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 43eb9795c..cec8e8cbb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,6 +42,7 @@ release = '0.5.0' extensions = [ 'sphinx.ext.viewcode', 'sphinx.ext.githubpages', + 'chinese_search', ] # Add any paths that contain templates here, relative to this directory. @@ -70,7 +71,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' -html_show_sourcelink = True +html_show_sourcelink = False # -- Options for HTML output -------------------------------------------------