diff --git a/docs/source/conf.py b/docs/source/conf.py index adcdc9208c4..606bc34f841 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -133,6 +133,7 @@ def _googleanalytics_setup_wrapper(app): 'display_version': True, 'logo_only': True, 'pytorch_project': 'docs', + 'navigation_with_keys': True, } html_logo = '_static/img/pytorch-logo-dark.svg'