https://github.com/python/cpython/commit/1d4db86b4db4178112da9af7fcdb2dbaaed8a375 commit: 1d4db86b4db4178112da9af7fcdb2dbaaed8a375 branch: 3.10 author: Adam Turner <[email protected]> committer: pablogsal <[email protected]> date: 2025-02-13T01:39:02Z summary:
[3.10] Docs: pin python-docs-theme to 2025.2 (GH-129576) (#130067) [3.10] [3.11] Docs: pin python-docs-theme to 2025.2 (GH-129576) * [3.11] Pin python-docs-theme * Use today's release --------- (cherry picked from commit 77ca2f66ea733f283fdaab403730e281babcbce8) Co-authored-by: Hugo van Kemenade <[email protected]> files: M Doc/requirements.txt diff --git a/Doc/requirements.txt b/Doc/requirements.txt index da5c38ae1a0298..c6f768f82ed12a 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -15,6 +15,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==2025.2 -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]
