Skip to content

Commit 8724804

Browse files
committed
relative?
1 parent f58173a commit 8724804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Builds PEP files to HTML using sphinx
22

33
PYTHON=python3
4-
VENVDIR=venv
4+
VENVDIR=./venv
55
JOBS=8
66
OUTPUT_DIR=build
77
RENDER_COMMAND=$(VENVDIR)/bin/python3 build.py -j $(JOBS) -o $(OUTPUT_DIR)

0 commit comments

Comments
 (0)