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 <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2020-02-20 14:34:01 +08:00
parent 9d2f6329b7
commit 88d6d499e0

View File

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