We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58173a commit 8724804Copy full SHA for 8724804
Makefile
@@ -1,7 +1,7 @@
1
# Builds PEP files to HTML using sphinx
2
3
PYTHON=python3
4
-VENVDIR=venv
+VENVDIR=./venv
5
JOBS=8
6
OUTPUT_DIR=build
7
RENDER_COMMAND=$(VENVDIR)/bin/python3 build.py -j $(JOBS) -o $(OUTPUT_DIR)
0 commit comments