File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 15
15
# Default build command.
16
16
# See the available default environment variables
17
17
# https://docs.netlify.com/configure-builds/environment-variables/#netlify-configuration-variables
18
- command = " ./netlify-deploy.sh"
18
+ # Netlify will auto install the deps.
19
+ # https://docs.netlify.com/configure-builds/manage-dependencies/#python
20
+ # https://github.com/netlify/build-image/blob/focal/included_software.md
21
+ command = " venv/bin/sphinx-build -b html -D html_theme=integrated doc_source/ deploy"
19
22
20
23
[build .processing .html ]
21
24
# The automatic redirection from /path/folder-> /path/folder/ is disabled
26
29
[build .environment ]
27
30
GIT_LFS_ENABLED = " True"
28
31
SFTPPLUS_TARGET = " production"
29
-
32
+ PYTHON_VERSION = " 3.8 "
30
33
31
34
[context .production .environment ]
32
35
SFTPPLUS_TARGET = " production"
You can’t perform that action at this time.
0 commit comments