aiidateam / aiida-quantumespresso

The official AiiDA plugin for Quantum ESPRESSO
https://aiida-quantumespresso.readthedocs.io
Other
52 stars 77 forks source link

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

Closed sphuber closed 8 months ago

sphuber commented 8 months ago

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.