From: Ɓukasz Langa Date: Tue, 13 Feb 2024 13:44:07 +0000 (+0100) Subject: [3.8] gh-115349: Pin theme to fix code snippets (GH-115351) (#115404) X-Git-Tag: v3.8.19~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a21c0c7def9a8495f1166d9b434dfc301cb92bff;p=thirdparty%2FPython%2Fcpython.git [3.8] gh-115349: Pin theme to fix code snippets (GH-115351) (#115404) (cherry picked from commit 3fcea416f8261790ce700c52c4262ccb668716d6) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 0e36985fd2a3..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 +python-docs-theme==2023.3.1 -c constraints.txt