From 2068b03973caf0ffac4605f75333778c317ac88d Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Thu, 13 Feb 2025 01:31:11 +0000 Subject: [3.11] Docs: pin python-docs-theme to 2025.2 (#129576) --- Doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 118e6c3..6ff19f2 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 -- cgit v0.12