Merge pull request #11684 from C0rn3j/patch-4

conf.py: Set navigation_with_keys to allow navigating documentation through arrow keys
This commit is contained in:
Ferdinand Thiessen
2024-11-13 01:21:59 +01:00
committed by GitHub

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