From 26e7cad29006097fadc49b5c3d07686f53fb7053 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Wed, 26 Feb 2020 15:18:24 -0500 Subject: [PATCH] Revert "doc: do not add suffix for search result links" This reverts commit 88d6d499e0ff8341f8dc4c73b7a7c3cdc41b63d5. All doc builds are currently broken due to this change since the HTML files are written without the necessary ".html" extension. Signed-off-by: Jason Dillaman --- doc/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 740eb85c51c..f22871dca34 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -33,7 +33,6 @@ else: pygments_style = 'sphinx' -html_file_suffix = '' html_theme = 'ceph' html_theme_path = ['_themes'] html_title = "Ceph Documentation"