Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set navigation_with_keys=False explicitly #244

Open
scottyhq opened this issue Feb 21, 2024 · 0 comments
Open

Set navigation_with_keys=False explicitly #244

scottyhq opened this issue Feb 21, 2024 · 0 comments
Labels

Comments

@scottyhq
Copy link
Contributor

scottyhq commented Feb 21, 2024

Currently this warning is raised:

The default value for navigation_with_keys will change to False in the next release. If you wish to preserve the old behavior for your site, set navigation_with_keys=True in the html_theme_options dict in your conf.py file. Be aware that navigation_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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant