Skip to content

Commit 4187872

Browse files
Let "python3" be set at the commandline.
1 parent ee1b8ce commit 4187872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# You can set these variables from the command line.
7-
PYTHON = python3
7+
PYTHON ?= python3
88
VENVDIR = ./venv
99
UV = uv
1010
SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build

0 commit comments

Comments
 (0)