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