https://github.com/python/cpython/commit/3fcea416f8261790ce700c52c4262ccb668716d6
commit: 3fcea416f8261790ce700c52c4262ccb668716d6
branch: 3.9
author: Hugo van Kemenade <[email protected]>
committer: ambv <[email protected]>
date: 2024-02-13T13:56:59+01:00
summary:

[3.9] gh-115349: Pin theme to fix code snippets (GH-115351)

Pin theme to fix code snippets

files:
M Doc/requirements.txt

diff --git a/Doc/requirements.txt b/Doc/requirements.txt
index 52bdaf742f36d8..df5b687ec67ccd 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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to