Skip to content
Prev Previous commit
Next Next commit
python3.7
  • Loading branch information
epicfaace committed Aug 14, 2019
commit 3e8f9bd5d991c64ad2385b316b268c5e10f39d52
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build]
command = "pip3 install sphinx==2.0.1 blurb python-docs-theme && make -C Doc/ html"
command = "python3.7 -m pip install sphinx==2.0.1 blurb python-docs-theme && make -C Doc/ html"
publish = "Doc/build/html"