Skip to content

Commit 450ee81

Browse files
committed
Use the local python binary to build the docs, not whatever 'python' is on the PATH (which is probably Python 2.x, and we need 3.x).
1 parent 65d09d4 commit 450ee81

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
@@ -73,7 +73,7 @@ TOOLSDIR= tools
7373
# commontex/patchlevel.tex in their dependencies.
7474
RELEASE=$(shell $(PYTHON) tools/getversioninfo)
7575

76-
PYTHON= python
76+
PYTHON= $(PWD)/../python
7777
DVIPS= dvips -N0 -t $(PAPER)
7878

7979
# This is ugly! The issue here is that there are two different levels

0 commit comments

Comments
 (0)