From 181fca905ca2f06aa2ac38ae1316c614646b791e Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 30 Oct 2023 10:26:30 -0400 Subject: [PATCH] feat: Disable navigating with keys. 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. --- shared/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/conf.py b/shared/conf.py index f75af5b31d..ad2095bf0c 100644 --- a/shared/conf.py +++ b/shared/conf.py @@ -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": """