File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 5
5
< div id ="searchbox " style ="display: none " role ="search ">
6
6
< div class ="searchformwrapper ">
7
7
< form class ="search " action ="{{ pathto('search') }} " method ="get ">
8
- < input type ="text " name ="q " aria-labelledby ="searchlabel "
9
- placeholder ="Search "/>
8
+ < input type ="text " name ="q " aria-labelledby ="searchlabel " autocomplete ="off " autocorrect ="off " autocapitalize ="off " spellcheck ="false "/>
10
9
< input type ="submit " value ="{{ _('Go') }} " />
11
10
</ form >
12
11
</ div >
13
12
</ div >
14
- < script type =" text/javascript " > $ ( '# searchbox') . show ( 0 ) ; </ script >
13
+ < script > document . getElementById ( ' searchbox') . style . display = "block" </ script >
15
14
{%- endif %}
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ pallets-sphinx-themes
2
2
pluggy >= 1.2.0
3
3
pygments-pytest >= 2.3.0
4
4
sphinx-removed-in >= 0.2.0
5
- # In Sphinx 6 and 7, the search bar disappears; restrict this for now until we find a solution.
6
- sphinx >= 5 ,< 6
5
+ sphinx >= 7
7
6
sphinxcontrib-trio
8
7
sphinxcontrib-svg2pdfconverter
9
8
# Pin packaging because it no longer handles 'latest' version, which
You can’t perform that action at this time.
0 commit comments