From 88d6d499e0ff8341f8dc4c73b7a7c3cdc41b63d5 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 20 Feb 2020 14:34:01 +0800 Subject: [PATCH] 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 --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index 9149176bbda..b01e4d9f322 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" -- 2.47.3