feat(docs): navigate with left/right arrow keys (#10481)
* feat(docs): navigate with left/right arrow keys * fix: add missing comma
This commit is contained in:
@@ -95,7 +95,8 @@ html_theme = 'sphinx_rtd_theme'
|
|||||||
# documentation.
|
# documentation.
|
||||||
#
|
#
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
'analytics_id': 'UA-83738774-2'
|
'analytics_id': 'UA-83738774-2',
|
||||||
|
'navigation_with_keys': True
|
||||||
}
|
}
|
||||||
|
|
||||||
# Add any paths that contain custom static files (such as style sheets) here,
|
# Add any paths that contain custom static files (such as style sheets) here,
|
||||||
|
|||||||
Reference in New Issue
Block a user