[Python-checkins] Doctest: Pin sphinxext-opengraph==0.7.5 to prevent importing NumPy (#101642)

ambv webhook-mailer at python.org
Tue Feb 7 08:59:33 EST 2023


https://github.com/python/cpython/commit/a757d721271974c45e2feacef739af4e86ec7350
commit: a757d721271974c45e2feacef739af4e86ec7350
branch: main
author: Hugo van Kemenade <hugovk at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2023-02-07T14:59:26+01:00
summary:

Doctest: Pin sphinxext-opengraph==0.7.5 to prevent importing NumPy (#101642)

files:
M Doc/requirements.txt

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.



More information about the Python-checkins mailing list