Revert "doc: add social cards generation support in sphinxext-opengraph (#129085)" (#129106)

This commit is contained in:
Adam Turner 2025-01-20 23:53:33 +00:00 committed by GitHub
parent e54ac3b69e
commit e65a1eb93a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 9 deletions

View file

@ -13,8 +13,7 @@ JOBS = auto
PAPER =
SOURCES =
DISTVERSION = $(shell $(PYTHON) tools/extensions/patchlevel.py)
IS_PYTHON_BUILD = $(shell $(PYTHON) -c 'import sysconfig; print("true") if sysconfig.is_python_build() else None')
REQUIREMENTS = $(if $(IS_PYTHON_BUILD),requirements.txt,requirements-no-build.txt)
REQUIREMENTS = requirements.txt
SPHINXERRORHANDLING = --fail-on-warning
# Internal variables.

View file

@ -1,7 +0,0 @@
-r requirements.txt
# Requirements when not running the build Python,
# such as optional native extensions.
# Needed to support generating social cards in sphinxext-opengraph.
--only-binary matplotlib