We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54ac3b commit e65a1ebCopy full SHA for e65a1eb
2 files changed
Doc/Makefile
@@ -13,8 +13,7 @@ JOBS = auto
13
PAPER =
14
SOURCES =
15
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)
+REQUIREMENTS = requirements.txt
18
SPHINXERRORHANDLING = --fail-on-warning
19
20
# Internal variables.
Doc/requirements-no-build.txt
0 commit comments