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:
Jeff Yang
2021-03-03 22:47:12 +06:30
committed by GitHub
parent 2d2ed2cc18
commit 39f70a4058

View File

@@ -95,7 +95,8 @@ html_theme = 'sphinx_rtd_theme'
# documentation.
#
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,