Skip to content

Commit

Permalink
Backport PR #15310: Turn off navigation with keys (#15312)
Browse files Browse the repository at this point in the history
Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and fcollonval committed Oct 26, 2023
1 parent 0d9f23a commit b0fc364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ def document_plugins_tokens_list(list_path: Path, output_path: Path) -> None:
"use_edit_page_button": True,
"navbar_align": "left",
"navbar_start": ["navbar-logo", "version-switcher"],
"navigation_with_keys": False,
"footer_start": ["copyright.html"],
"switcher": {
# Trick to get the documentation version switcher to always points to the latest version without being corrected by the integrity check;
Expand Down

0 comments on commit b0fc364

Please sign in to comment.