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