From 69cbea74c3a6ee3fbdb6b20c81d006f9b7cb6d3a Mon Sep 17 00:00:00 2001 From: Bill Little Date: Thu, 15 Feb 2024 15:45:51 +0000 Subject: [PATCH] Disable navidation with keys for docs HTML theme options --- docs/src/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/conf.py b/docs/src/conf.py index a988fe24c4..8a864c4906 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -300,6 +300,7 @@ def _dotv(version): "footer_start": ["copyright", "sphinx-version"], "footer_end": ["custom_footer"], "navigation_depth": 3, + "navigation_with_keys": False, "show_toc_level": 2, "show_prev_next": True, "navbar_align": "content",