From: Jason Dillaman Date: Wed, 26 Feb 2020 20:18:24 +0000 (-0500) Subject: Revert "doc: do not add suffix for search result links" X-Git-Tag: v15.1.1~232^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=26e7cad29006097fadc49b5c3d07686f53fb7053;p=ceph.git 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 --- diff --git a/doc/conf.py b/doc/conf.py index 740eb85c51c1f..f22871dca34ef 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"