aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorƁukasz Langa <lukasz@langa.pl>2024-02-13 14:44:07 +0100
committerGitHub <noreply@github.com>2024-02-13 14:44:07 +0100
commita21c0c7def9a8495f1166d9b434dfc301cb92bff (patch)
tree9827f92eb210fb9de7b1c3b3b9bd0f537b35a3f2
parentda0691daac2f74c0f7c7ed43a518e5c79f9bf8a3 (diff)
downloadcpython3-a21c0c7def9a8495f1166d9b434dfc301cb92bff.tar.gz
[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>
-rw-r--r--Doc/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/requirements.txt b/Doc/requirements.txt
index 0e36985fd2..df5b687ec6 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