From: Kefu Chai Date: Thu, 20 Feb 2020 06:34:01 +0000 (+0800) Subject: doc: do not add suffix for search result links X-Git-Tag: v15.1.1~352^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=88d6d499e0ff8341f8dc4c73b7a7c3cdc41b63d5;p=ceph.git doc: do not add suffix for search result links since sphinx 1.5, SOURCELINK_SUFFIX is always added to the source file, and search page always tries to add it to the highlighted source result. Signed-off-by: Kefu Chai --- diff --git a/doc/conf.py b/doc/conf.py index 9149176bbda4..b01e4d9f3220 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -33,6 +33,7 @@ else: pygments_style = 'sphinx' +html_file_suffix = '' html_theme = 'ceph' html_theme_path = ['_themes'] html_title = "Ceph Documentation"