From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:56:59 +0000 (+0200) Subject: [3.9] gh-115349: Pin theme to fix code snippets (GH-115351) X-Git-Tag: v3.9.19~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fcea416f8261790ce700c52c4262ccb668716d6;p=thirdparty%2FPython%2Fcpython.git [3.9] gh-115349: Pin theme to fix code snippets (GH-115351) Pin theme to fix code snippets --- diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 52bdaf742f36..df5b687ec67c 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -17,6 +17,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==2023.3.1 -c constraints.txt