Skip to content

Commit 9fdb57c

Browse files
committedJul 15, 2024·
Update references to searchbox
1 parent a35a1df commit 9fdb57c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/installation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Alabaster's customized sidebar templates are loaded:
2222
html_sidebars = {
2323
'**': [
2424
'about.html',
25+
'searchfield.html',
2526
'navigation.html',
2627
'relations.html',
27-
'searchbox.html',
2828
'donate.html',
2929
]
3030
}
@@ -47,7 +47,7 @@ care much.
4747
* Alabaster provides ``about.html`` (logo, github button + blurb),
4848
``donate.html`` (donation/support buttons/links) and ``navigation.html`` (a
4949
more flexible version of the builtin ``localtoc``/``globaltoc`` templates).
50-
``searchbox.html`` comes with Sphinx itself.
50+
``searchfield.html`` comes with Sphinx itself.
5151

5252

5353
.. _static-path:

0 commit comments

Comments
 (0)
Please sign in to comment.