xarray-tutorial
xarray-tutorial copied to clipboard
Set navigation_with_keys=False explicitly
Currently this warning is raised:
The default value for
navigation_with_keyswill change toFalsein the next release. If you wish to preserve the old behavior for your site, setnavigation_with_keys=Truein thehtml_theme_optionsdict in yourconf.pyfile. Be aware thatnavigation_with_keys = Truehas negative accessibility implications: https://github.com/pydata/pydata-sphinx-theme/issues/1492
Can pre-empt this change by changing the config: https://github.com/xarray-contrib/xarray-tutorial/blob/main/_config.yml#L62
sphinx:
config:
html_theme_options:
navigation_with_keys: false