Skip to content

Commit

Permalink
Revert "doc: add social cards generation support in sphinxext-opengra…
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner authored and srinivasreddy committed Jan 21, 2025
1 parent 2064e53 commit bd27881
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 1 addition & 2 deletions Doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 0 additions & 7 deletions Doc/requirements-no-build.txt

This file was deleted.

0 comments on commit bd27881

Please sign in to comment.