diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-08-06 13:15:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-06 13:15:39 (GMT) |
commit | cc766c0b15ed81ad5a6f0355da98a5e95aad7bfb (patch) | |
tree | 84a83b8b13d7d946cceda4a18f839997bc421eb3 | |
parent | 6132f7099d9bb0138542d1e03728194bd066361c (diff) | |
download | cpython-cc766c0b15ed81ad5a6f0355da98a5e95aad7bfb.zip cpython-cc766c0b15ed81ad5a6f0355da98a5e95aad7bfb.tar.gz cpython-cc766c0b15ed81ad5a6f0355da98a5e95aad7bfb.tar.bz2 |
[3.12] Docs: skip python-docs-theme 2023.7 to fix mobile menu (GH-107666) (#107690)
Docs: skip python-docs-theme 2023.7 to fix mobile menu (GH-107666)
(cherry picked from commit 9641c4d8e2bdf9b00dd9f373d4a74dfad000afd1)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
-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 fb558b3..4741265 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>=2023.7 +python-docs-theme>=2023.3.1,!=2023.7 -c constraints.txt |