From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 6 Aug 2023 11:53:25 +0000 (-0700) Subject: [3.11] Docs: skip python-docs-theme 2023.7 to fix mobile menu (GH-107666) (#107691) X-Git-Tag: v3.11.5~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58b31612e67eb9ef064acfee2b204095144a1408;p=thirdparty%2FPython%2Fcpython.git [3.11] Docs: skip python-docs-theme 2023.7 to fix mobile menu (GH-107666) (#107691) Docs: skip python-docs-theme 2023.7 to fix mobile menu (GH-107666) (cherry picked from commit 9641c4d8e2bdf9b00dd9f373d4a74dfad000afd1) Co-authored-by: Hugo van Kemenade --- diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 2b8d4df21473..3c0e0a773367 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -15,6 +15,6 @@ sphinxext-opengraph>=0.7.1 # The theme used by the documentation is stored separately, so we need # to install that as well. -python-docs-theme>=2023.7 +python-docs-theme>=2023.3.1,!=2023.7 -c constraints.txt