From 28a9849d7c2f2ae3c283cf61b904418d8b01ec01 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Fri, 4 Aug 2023 23:20:20 +0300 Subject: [PATCH] [3.12] Docs: upgrade to python-docs-theme 2023.7 (GH-107617) (#107633) (cherry picked from commit 19f32b24b2e1680ff9929bb64d681397b259c6fb) --- Doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 4c9d02ea37ab..fb558b3c5af2 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 -- 2.47.3