aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-02-13 14:56:59 +0200
committerGitHub <noreply@github.com>2024-02-13 13:56:59 +0100
commit3fcea416f8261790ce700c52c4262ccb668716d6 (patch)
tree2846875faa170323cc6a9427549a81f7b0eda127
parentfa1f564118a97bfa9ea305d174c601b259784590 (diff)
downloadcpython3-3fcea416f8261790ce700c52c4262ccb668716d6.tar.gz
[3.9] gh-115349: Pin theme to fix code snippets (GH-115351)
Pin theme to fix code snippets
-rw-r--r--Doc/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/requirements.txt b/Doc/requirements.txt
index 52bdaf742f..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>=2022.1
+python-docs-theme==2023.3.1
-c constraints.txt