conf.py: Enable navigating with arrow keys

Signed-off-by: Martin <spleefer90@gmail.com>
This commit is contained in:
Martin
2024-03-28 11:44:27 +01:00
committed by Ferdinand Thiessen
parent e2088ac8ab
commit 39a312f3d6

View File

@@ -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,
}