From 1d4db86b4db4178112da9af7fcdb2dbaaed8a375 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Thu, 13 Feb 2025 01:39:02 +0000 Subject: [PATCH] [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> --- Doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3