mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
This commit is contained in:
parent
e54ac3b69e
commit
e65a1eb93a
2 changed files with 1 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue