mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-17 01:49:24 +07:00
conf.py: Enable navigating with arrow keys
Signed-off-by: Martin <spleefer90@gmail.com>
This commit is contained in:
committed by
Ferdinand Thiessen
parent
e2088ac8ab
commit
39a312f3d6
1
conf.py
1
conf.py
@@ -25,6 +25,7 @@ release = version
|
|||||||
# RTD theme options
|
# RTD theme options
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
'logo_only': True,
|
'logo_only': True,
|
||||||
|
'navigation_with_keys': True,
|
||||||
'style_external_links': True,
|
'style_external_links': True,
|
||||||
'version_selector': False,
|
'version_selector': False,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user