Skip to content

Commit f58173a

Browse files
committed
netlify
1 parent 1a87312 commit f58173a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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)

netlify.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[build]
2+
command = "make"
3+
publish = "build/"
4+
5+
[build.environment]
6+
PYTHON_VERSION = "3.8"
7+
IS_DEPLOYMENT_PREVIEW = "true"

0 commit comments

Comments
 (0)