https://github.com/python/cpython/commit/a21c0c7def9a8495f1166d9b434dfc301cb92bff commit: a21c0c7def9a8495f1166d9b434dfc301cb92bff branch: 3.8 author: Ćukasz Langa <[email protected]> committer: ambv <[email protected]> date: 2024-02-13T14:44:07+01:00 summary:
[3.8] gh-115349: Pin theme to fix code snippets (GH-115351) (#115404) (cherry picked from commit 3fcea416f8261790ce700c52c4262ccb668716d6) Co-authored-by: Hugo van Kemenade <[email protected]> files: M Doc/requirements.txt diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 0e36985fd2a31a..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 +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]
