Skip to content

Commit

Permalink
Fix navigation_with_keys warning
Browse files Browse the repository at this point in the history
Set navigation_with_keys to False to get rid of the
warning. Setting it to True has negative accessibility
implications: pydata/pydata-sphinx-theme#1492
  • Loading branch information
aknierim authored and maxnoe committed Oct 25, 2023
1 parent 81b1431 commit 38d38d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ def setup(app):
"version_match": version_match,
"json_url": json_url,
},
"navigation_with_keys": False,
"use_edit_page_button": True,
"icon_links_label": "Quick Links",
"icon_links": [
Expand Down

0 comments on commit 38d38d8

Please sign in to comment.