From 39a312f3d6cd26b2770fda04572c20471d65600a Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 28 Mar 2024 11:44:27 +0100 Subject: [PATCH] conf.py: Enable navigating with arrow keys Signed-off-by: Martin --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index d90b8e92b..0a0274a63 100644 --- a/conf.py +++ b/conf.py @@ -25,6 +25,7 @@ release = version # RTD theme options html_theme_options = { 'logo_only': True, + 'navigation_with_keys': True, 'style_external_links': True, 'version_selector': False, }