From b97d2ecd885da57a74e76415023604e46ad1f24e Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 10 Nov 2023 16:21:15 +0100 Subject: [PATCH] Revert "Set `navigation_with_keys` key" This reverts commit 8b790aa003c55095af1746fb667f13efefa7f364. --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 9135d78..405d5a4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -82,7 +82,6 @@ def get_execution_mode() -> str: "colab_url": "https://colab.research.google.com", "notebook_interface": "jupyterlab", }, - "navigation_with_keys": True, "path_to_docs": "docs", "repository_branch": "main", "repository_url": "https://github.com/ComPWA/strong2020-salamanca",