diff options
author | Noel Maersk <veox@users.noreply.github.com> | 2018-05-23 22:10:29 +0800 |
---|---|---|
committer | Noel Maersk <veox@users.noreply.github.com> | 2018-05-23 22:10:29 +0800 |
commit | 9f9bae7ce1bdeaeab833dc2ef25c8b2e8de91115 (patch) | |
tree | 5bae8ca65cc5bb718022567bdd9acd5e50340c5f /scripts | |
parent | 6b64dc01101535668223cad2a74c1d5dac3dbfc5 (diff) | |
download | dexon-solidity-9f9bae7ce1bdeaeab833dc2ef25c8b2e8de91115.tar.gz dexon-solidity-9f9bae7ce1bdeaeab833dc2ef25c8b2e8de91115.tar.zst dexon-solidity-9f9bae7ce1bdeaeab833dc2ef25c8b2e8de91115.zip |
docs: install requirements as part of doc-build script.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/docs.sh | 1 |
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 .. |