]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "doc: do not add suffix for search result links" 33562/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 26 Feb 2020 20:18:24 +0000 (15:18 -0500)
committerJason Dillaman <dillaman@redhat.com>
Wed, 26 Feb 2020 20:18:24 +0000 (15:18 -0500)
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 <dillaman@redhat.com>
doc/conf.py

index 740eb85c51c1fd00e1c46d3ba6eb13acdc5f7aca..f22871dca34ef3e752cd283fdb918eb192174219 100644 (file)
@@ -33,7 +33,6 @@ else:
 
 pygments_style = 'sphinx'
 
-html_file_suffix = ''
 html_theme = 'ceph'
 html_theme_path = ['_themes']
 html_title = "Ceph Documentation"