File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 55< div id ="searchbox " style ="display: none " role ="search ">
66 < div class ="searchformwrapper ">
77 < 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 "/>
109 < input type ="submit " value ="{{ _('Go') }} " />
1110 </ form >
1211 </ div >
1312</ div >
14- < script type =" text/javascript " > $ ( '# searchbox') . show ( 0 ) ; </ script >
13+ < script > document . getElementById ( ' searchbox') . style . display = "block" </ script >
1514{%- endif %}
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ pallets-sphinx-themes
22pluggy >= 1.2.0
33pygments-pytest >= 2.3.0
44sphinx-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
76sphinxcontrib-trio
87sphinxcontrib-svg2pdfconverter
98# Pin packaging because it no longer handles 'latest' version, which
You can’t perform that action at this time.
0 commit comments