From bd34ffc5d381d35248b5ac34dfcd0492195f439c Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Sun, 19 Apr 2026 14:49:45 +0300 Subject: [PATCH] Enable keybard navigation https://pradyunsg.me/furo/customisation/#navigation-with-keys --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 1d88937227..b13f1c9d56 100644 --- a/conf.py +++ b/conf.py @@ -36,6 +36,7 @@ html_theme = 'furo' html_theme_options = { + "navigation_with_keys": True, "source_repository": "https://github.com/python/devguide", "source_branch": "main", }