We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
searchbox
1 parent a35a1df commit 9fdb57cCopy full SHA for 9fdb57c
docs/installation.rst
@@ -22,9 +22,9 @@ Alabaster's customized sidebar templates are loaded:
22
html_sidebars = {
23
'**': [
24
'about.html',
25
+ 'searchfield.html',
26
'navigation.html',
27
'relations.html',
- 'searchbox.html',
28
'donate.html',
29
]
30
}
@@ -47,7 +47,7 @@ care much.
47
* Alabaster provides ``about.html`` (logo, github button + blurb),
48
``donate.html`` (donation/support buttons/links) and ``navigation.html`` (a
49
more flexible version of the builtin ``localtoc``/``globaltoc`` templates).
50
- ``searchbox.html`` comes with Sphinx itself.
+ ``searchfield.html`` comes with Sphinx itself.
51
52
53
.. _static-path:
0 commit comments