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

Docs: Address warning from pydata-sphinx-theme #978

Merged
merged 1 commit into from
Oct 28, 2023
Merged

Docs: Address warning from pydata-sphinx-theme #978

merged 1 commit into from
Oct 28, 2023

Conversation

sphuber
Copy link
Contributor

@sphuber sphuber commented Oct 28, 2023

The warning read:

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:
https://github.com/pydata/pydata-sphinx-theme/issues/1492

Here we set navigation_with_keys=False to avoid the negative accessibility implications.

The warning read:

    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

Here we set `navigation_with_keys=False` to avoid the negative
accessibility implications.
@sphuber sphuber merged commit 74bbaa2 into main Oct 28, 2023
12 checks passed
@sphuber sphuber deleted the fix/docs branch October 28, 2023 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant