Skip to content

Commit e65a1eb

Browse files
authored
Revert "doc: add social cards generation support in sphinxext-opengraph (#129085)" (#129106)
1 parent e54ac3b commit e65a1eb

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Doc/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ JOBS = auto
1313
PAPER =
1414
SOURCES =
1515
DISTVERSION = $(shell $(PYTHON) tools/extensions/patchlevel.py)
16-
IS_PYTHON_BUILD = $(shell $(PYTHON) -c 'import sysconfig; print("true") if sysconfig.is_python_build() else None')
17-
REQUIREMENTS = $(if $(IS_PYTHON_BUILD),requirements.txt,requirements-no-build.txt)
16+
REQUIREMENTS = requirements.txt
1817
SPHINXERRORHANDLING = --fail-on-warning
1918

2019
# Internal variables.

Doc/requirements-no-build.txt

-7
This file was deleted.

0 commit comments

Comments
 (0)