Set navigation_with_keys=False explicitly
scottyhq opened this issue · 0 comments
scottyhq commented
Currently this warning is raised:
The default value for
navigation_with_keys
will change toFalse
in the next release. If you wish to preserve the old behavior for your site, setnavigation_with_keys=True
in thehtml_theme_options
dict in yourconf.py
file. Be aware thatnavigation_with_keys = True
has negative accessibility implications: pydata/pydata-sphinx-theme#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