Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-01-30 18:11:45 +0300
committerGitHub <noreply@github.com>2022-01-30 18:11:45 +0300
commit799385f5558a888d1a143bf703d06b66d6717fe4 (patch)
treea55024631d08ee3d933a5c8e6ee1ab642c9325f0 /CHANGES
parent07110b7557a552ecfe702bdd6a2d2f9685cb1af9 (diff)
parent8cf3179ad2fb0dc55b189deba7f9a00691ed462e (diff)
Merge pull request #9337 from marxin/new-shortcuts
Implement new search shortcuts.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a6c043552..a1b2479a3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,9 @@ Features added
* #10125: extlinks: Improve suggestion message for a reference having title
* #9494, #9456: html search: Add a config variable
:confval:`html_show_search_summary` to enable/disable the search summaries
+* #9337: HTML theme, add option ``enable_search_shortcuts`` that enables :kbd:'/' as
+ a Quick search shortcut and :kbd:`Esc` shortcut that
+ removes search highlighting.
Bugs fixed
----------