diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-08-04 20:20:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-04 20:20:20 (GMT) |
commit | 28a9849d7c2f2ae3c283cf61b904418d8b01ec01 (patch) | |
tree | d57770168ad16b5b4a4f997c09136a9479a30637 | |
parent | 310e1460c08d71447305e381e4fcd25af6519aeb (diff) | |
download | cpython-28a9849d7c2f2ae3c283cf61b904418d8b01ec01.zip cpython-28a9849d7c2f2ae3c283cf61b904418d8b01ec01.tar.gz cpython-28a9849d7c2f2ae3c283cf61b904418d8b01ec01.tar.bz2 |
[3.12] Docs: upgrade to python-docs-theme 2023.7 (GH-107617) (#107633)
(cherry picked from commit 19f32b24b2e1680ff9929bb64d681397b259c6fb)
-rw-r--r-- | Doc/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 4c9d02e..fb558b3 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -14,6 +14,6 @@ sphinxext-opengraph==0.7.5 # 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.7 -c constraints.txt |