You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent corrections and completions in search field
In particular mobile browsers use correction mechanisms on input fields.
Search will often be done with technical terms or even class/method/etc
names that these correction mechanisms do not know, resulting in
unwanted changes. This PR deactivates these correction mechanisms.
I've also reported this upstream to sphinx at
sphinx-doc/sphinx#9307. See there for more
background.
Our current theme uses customized templates, so we have to adapt this
ourselves.
You can also that this is working by accessing the CI built docs with
a mobile device, and compare that with the released docs.
0 commit comments