From afbca41480ff2c7e594298c95b7c0287a114de07 Mon Sep 17 00:00:00 2001 From: moto <855818+mthrok@users.noreply.github.com> Date: Mon, 12 Dec 2022 19:30:26 -0500 Subject: [PATCH] Enable arrow-key navigation --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index c01d7f332ac..11ac4459d38 100644 --- a/conf.py +++ b/conf.py @@ -204,6 +204,7 @@ 'pytorch_project': 'tutorials', 'collapse_navigation': False, 'display_version': True, + 'navigation_with_keys': True, 'logo_only': False, 'analytics_id': 'UA-117752657-2', }