From f882985df6af3fe14db9c2a77e54dd8ac1c7bfbc Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Fri, 4 Aug 2023 17:16:10 +0300 Subject: [PATCH] [3.12] Docs: upgrade to python-docs-theme 2023.7 (GH-107617) (cherry picked from commit 19f32b24b2e1680ff9929bb64d681397b259c6fb) Co-authored-by: Hugo van Kemenade --- Doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 4c9d02ea37ab58..fb558b3c5af249 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -14,6 +14,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>=2022.1 +python-docs-theme>=2023.7 -c constraints.txt