From f0de1db60752433521276b022510ec3eb57be1a7 Mon Sep 17 00:00:00 2001 From: Mridul Seth Date: Tue, 16 May 2023 21:01:15 +0400 Subject: [PATCH] docs: disable navigation with arrow keys --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 77036f0..0c40f58 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,6 +38,7 @@ html_static_path = ["_static"] # pydata_sphinx_theme reference: https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html html_theme = "pydata_sphinx_theme" html_theme_options = { + "navigation_with_keys": False, "icon_links": [ { "name": "GitHub",