aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Maersk <veox@users.noreply.github.com>2018-05-23 22:10:29 +0800
committerNoel Maersk <veox@users.noreply.github.com>2018-05-23 22:10:29 +0800
commit9f9bae7ce1bdeaeab833dc2ef25c8b2e8de91115 (patch)
tree5bae8ca65cc5bb718022567bdd9acd5e50340c5f
parent6b64dc01101535668223cad2a74c1d5dac3dbfc5 (diff)
downloaddexon-solidity-9f9bae7ce1bdeaeab833dc2ef25c8b2e8de91115.tar.gz
dexon-solidity-9f9bae7ce1bdeaeab833dc2ef25c8b2e8de91115.tar.zst
dexon-solidity-9f9bae7ce1bdeaeab833dc2ef25c8b2e8de91115.zip
docs: install requirements as part of doc-build script.
-rwxr-xr-xscripts/docs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/docs.sh b/scripts/docs.sh
index 42400bc7..2c08a82b 100755
--- a/scripts/docs.sh
+++ b/scripts/docs.sh
@@ -28,5 +28,6 @@
set -e
cd docs
+pip install -r requirements.txt
sphinx-build -nW -b html -d _build/doctrees . _build/html
cd ..