diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-02-07 13:59:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 13:59:26 (GMT) |
commit | a757d721271974c45e2feacef739af4e86ec7350 (patch) | |
tree | cb61ba53b8c852079b6cb630e8f1bc3cca233e15 /Doc/requirements.txt | |
parent | 79903240480429a6e545177416a7b782b0e5b9bd (diff) | |
download | cpython-a757d721271974c45e2feacef739af4e86ec7350.zip cpython-a757d721271974c45e2feacef739af4e86ec7350.tar.gz cpython-a757d721271974c45e2feacef739af4e86ec7350.tar.bz2 |
Doctest: Pin sphinxext-opengraph==0.7.5 to prevent importing NumPy (#101642)
Diffstat (limited to 'Doc/requirements.txt')
-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 134f39d..71d3cd6 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -8,7 +8,7 @@ sphinx==4.5.0 blurb sphinx-lint==0.6.7 -sphinxext-opengraph>=0.7.1 +sphinxext-opengraph==0.7.5 # The theme used by the documentation is stored separately, so we need # to install that as well. |