Revert "doc: do not add suffix for search result links"

This reverts commit 88d6d499e0.

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>
This commit is contained in:
Jason Dillaman 2020-02-26 15:18:24 -05:00
parent aa0296d286
commit 26e7cad290

View File

@ -33,7 +33,6 @@ else:
pygments_style = 'sphinx'
html_file_suffix = ''
html_theme = 'ceph'
html_theme_path = ['_themes']
html_title = "Ceph Documentation"