From: Hugo van Kemenade Date: Tue, 7 Feb 2023 13:59:26 +0000 (+0200) Subject: Doctest: Pin sphinxext-opengraph==0.7.5 to prevent importing NumPy (#101642) X-Git-Tag: v3.12.0a6~226^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a757d721271974c45e2feacef739af4e86ec7350;p=thirdparty%2FPython%2Fcpython.git Doctest: Pin sphinxext-opengraph==0.7.5 to prevent importing NumPy (#101642) --- diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 134f39d6d7b3..71d3cd61e538 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.