Merge pull request #896 from MridulS/arrow_key_disable_navigation

docs: disable navigation with arrow keys
This commit is contained in:
Erik Sundell
2023-05-16 19:23:34 +02:00
committed by GitHub

View File

@@ -38,6 +38,7 @@ html_static_path = ["_static"]
# pydata_sphinx_theme reference: https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html
html_theme = "pydata_sphinx_theme"
html_theme_options = {
"navigation_with_keys": False,
"icon_links": [
{
"name": "GitHub",