Unverified Commit afc502bd authored by Jeff Yang's avatar Jeff Yang Committed by GitHub
Browse files

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

parent e1c6a757
...@@ -133,6 +133,7 @@ html_theme_options = { ...@@ -133,6 +133,7 @@ html_theme_options = {
'display_version': True, 'display_version': True,
'logo_only': True, 'logo_only': True,
'pytorch_project': 'docs', 'pytorch_project': 'docs',
'navigation_with_keys': True,
} }
html_logo = '_static/img/pytorch-logo-dark.svg' html_logo = '_static/img/pytorch-logo-dark.svg'
......
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