From d0b0e4fdf1ea66669e25101212221c0fb82bbdf8 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Sun, 19 Apr 2026 14:26:35 +0300 Subject: [PATCH 1/2] Enable keyboard navigation for Python docs You can test how it works before this change by setting DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS = true in JavaScript console and press Left on the keyboard. --- Doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/conf.py b/Doc/conf.py index e2dff74538a342..e9f8ffc8e54441 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -271,6 +271,7 @@ 'collapsiblesidebar': True, 'issues_url': '/bugs.html', 'license_url': '/license.html', + 'navigation_with_keys': True, # Inherited from basic theme 'root_include_title': False, # We use the version switcher instead. } From c804345d2b0d84304b8af825d00d1a7dda780986 Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 11:37:36 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20blu?= =?UTF-8?q?rb=5Fit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Documentation/2026-04-19-11-37-35.gh-issue-148751.xe4KBl.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 Misc/NEWS.d/next/Documentation/2026-04-19-11-37-35.gh-issue-148751.xe4KBl.rst diff --git a/Misc/NEWS.d/next/Documentation/2026-04-19-11-37-35.gh-issue-148751.xe4KBl.rst b/Misc/NEWS.d/next/Documentation/2026-04-19-11-37-35.gh-issue-148751.xe4KBl.rst new file mode 100644 index 00000000000000..6d115ee6e7c927 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2026-04-19-11-37-35.gh-issue-148751.xe4KBl.rst @@ -0,0 +1 @@ +Enable keyboard navigation for Python docs