Close #9456: html search: Add a config variable; html_show_search_summary

refs: #9494
This commit is contained in:
Takeshi KOMIYA
2022-01-17 01:44:42 +09:00
parent bd55cce6e6
commit 72bb5c998f
5 changed files with 16 additions and 3 deletions

View File

@@ -1351,6 +1351,13 @@ that use Sphinx's HTMLWriter class.
.. versionadded:: 1.0
.. confval:: html_show_search_summary
If true, the text around the keyword is shown as summary of each search result.
Default is ``True``.
.. versionadded:: 4.5
.. confval:: html_show_sphinx
If true, "Created using Sphinx" is shown in the HTML footer. Default is