---
 Doc/Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: Python-3.6.15/Doc/Makefile
===================================================================
--- Python-3.6.15.orig/Doc/Makefile	2021-09-04 05:49:41.000000000 +0200
+++ Python-3.6.15/Doc/Makefile	2026-04-18 17:03:53.318224189 +0200
@@ -4,9 +4,9 @@
 #
 
 # You can set these variables from the command line.
-PYTHON       = python3
+PYTHON       ?= python3
 VENVDIR      = ./venv
-SPHINXBUILD  = PATH=$(VENVDIR)/bin:$$PATH sphinx-build
+SPHINXBUILD  ?= PATH=$(VENVDIR)/bin:$$PATH sphinx-build
 BLURB        = PATH=$(VENVDIR)/bin:$$PATH blurb
 PAPER        =
 SOURCES      =
