8000 use python3, not python · python/cpython@a75c028 · GitHub
[go: up one dir, main page]

Skip to content

Commit a75c028

Browse files
committed
use python3, not python
1 parent 7458e2a commit a75c028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build]
2-
command = "python -m pip install sphinx==2.0.1 blurb python-docs-theme && make -C Doc/ html"
2+
command = "python3 -m pip install sphinx==2.0.1 blurb python-docs-theme && make -C Doc/ html"
33
publish = "Doc/build/html"

0 commit comments

Comments
 (0)
0