From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Thu, 13 Feb 2025 01:31:11 +0000 (+0000) Subject: [3.11] Docs: pin python-docs-theme to 2025.2 (#129576) X-Git-Tag: v3.11.12~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2068b03973caf0ffac4605f75333778c317ac88d;p=thirdparty%2FPython%2Fcpython.git [3.11] Docs: pin python-docs-theme to 2025.2 (#129576) --- diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 118e6c322b4b..6ff19f2c02c1 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -16,6 +16,6 @@ sphinx-notfound-page==1.0.0 # The theme used by the documentation is stored separately, so we need # to install that as well. -python-docs-theme>=2023.3.1,!=2023.7 +python-docs-theme==2025.2 -c constraints.txt