From 488e2ba847a3fc96aeddb82e604d69420669defa Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Sun, 19 Apr 2026 19:52:13 +0300 Subject: [PATCH] Enable keyboard navigation --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 31251c5b4..4d5b31237 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,6 +55,7 @@ html_theme_options = { 'logo_only': True, 'navigation_depth': 5, + 'navigation_with_keys': True # inherited from the basic theme } html_context = {}