From ea1a1538ef56084654b7486e1d0b96f06b33acbe Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 27 Oct 2023 09:06:47 +0200 Subject: [PATCH] Set `navigation_with_keys` to `False` (#7129) --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 119f31ea2c..3db3250e10 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -203,6 +203,7 @@ "image_dark": "_static/logo-rectangle-dark.svg", }, "use_edit_page_button": True, + "navigation_with_keys": False, } # Output for github to be used in links