From: Hugo van Kemenade Date: Sun, 6 Aug 2023 11:08:32 +0000 (+0200) Subject: Docs: skip python-docs-theme 2023.7 to fix mobile menu (#107666) X-Git-Tag: v3.13.0a1~1062 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9641c4d8e2bdf9b00dd9f373d4a74dfad000afd1;p=thirdparty%2FPython%2Fcpython.git Docs: skip python-docs-theme 2023.7 to fix mobile menu (#107666) --- diff --git a/Doc/requirements.txt b/Doc/requirements.txt index e9b6e56b1228..d4f23ea8c400 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -15,6 +15,6 @@ sphinxext-opengraph==0.7.5 # 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