From 6f588b906eef4e134885fa9d29b031584bda3a06 Mon Sep 17 00:00:00 2001 From: Dominic Oram Date: Fri, 27 Oct 2023 11:02:47 +0100 Subject: [PATCH] (#153) Fix docs build by providing default arg --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 82146804..4f313c7e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -173,6 +173,7 @@ "url": f"https://github.com/{github_user}/{github_repo}/releases", } ], + "navigation_with_keys": False, } # A dictionary of values to pass into the template engine’s context for all pages