"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "d51aa48a76b470d95fe665bbe7ee97a3d4c21fb9"
Unverified Commit 39f70a40 authored by Jeff Yang's avatar Jeff Yang Committed by GitHub
Browse files

feat(docs): navigate with left/right arrow keys (#10481)

* feat(docs): navigate with left/right arrow keys

* fix: add missing comma
parent 2d2ed2cc
...@@ -95,7 +95,8 @@ html_theme = 'sphinx_rtd_theme' ...@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment