Skip to content

Commit

Permalink
feat: Disable navigating with keys.
Browse files Browse the repository at this point in the history
Although I think this is super convenient, it turns out that it is not
generally accessible.

See pydata/pydata-sphinx-theme#1492

`False` will be the default in the future but we explicitly set it now
to quiet a warning about the change.
  • Loading branch information
feanil committed Oct 30, 2023
1 parent c94449e commit 181fca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"use_repository_button": True,
"use_issues_button": True,
"use_edit_page_button": True,
"navigation_with_keys": False,
# Please don't change unless you know what you're doing.
"extra_footer": """
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">
Expand Down

0 comments on commit 181fca9

Please sign in to comment.