We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a87312 commit f58173aCopy full SHA for f58173a
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)
netlify.toml
@@ -0,0 +1,7 @@
+[build]
+ command = "make"
+ publish = "build/"
+
+[build.environment]
+ PYTHON_VERSION = "3.8"
+ IS_DEPLOYMENT_PREVIEW = "true"
0 commit comments