From 39f70a405838bec8a8446150d1d8741688a737a2 Mon Sep 17 00:00:00 2001 From: Jeff Yang Date: Wed, 3 Mar 2021 22:47:12 +0630 Subject: [PATCH] feat(docs): navigate with left/right arrow keys (#10481) * feat(docs): navigate with left/right arrow keys * fix: add missing comma --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9cdd6edfb7..2c066e584f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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,