From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Thu, 13 Feb 2025 01:39:02 +0000 (+0000) Subject: [3.10] Docs: pin python-docs-theme to 2025.2 (GH-129576) (#130067) X-Git-Tag: v3.10.17~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d4db86b4db4178112da9af7fcdb2dbaaed8a375;p=thirdparty%2FPython%2Fcpython.git [3.10] Docs: pin python-docs-theme to 2025.2 (GH-129576) (#130067) [3.10] [3.11] Docs: pin python-docs-theme to 2025.2 (GH-129576) * [3.11] Pin python-docs-theme * Use today's release --------- (cherry picked from commit 77ca2f66ea733f283fdaab403730e281babcbce8) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- diff --git a/Doc/requirements.txt b/Doc/requirements.txt index da5c38ae1a02..c6f768f82ed1 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -15,6 +15,6 @@ blurb # The theme used by the documentation is stored separately, so we need # to install that as well. -python-docs-theme>=2022.1 +python-docs-theme==2025.2 -c constraints.txt