diff options
author | chriseth <chris@ethereum.org> | 2018-05-28 23:41:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-28 23:41:35 +0800 |
commit | b686fbbb32aabf24a0de7c9144e421167ff251e1 (patch) | |
tree | 632173819b19b934500e0b8d3a222c42a62b7cab /scripts | |
parent | 87016693866c9aae4585406803d4f10e0165ecb7 (diff) | |
parent | ad975a6f8c03e6333190de4f88488b207951dc05 (diff) | |
download | dexon-solidity-b686fbbb32aabf24a0de7c9144e421167ff251e1.tar.gz dexon-solidity-b686fbbb32aabf24a0de7c9144e421167ff251e1.tar.zst dexon-solidity-b686fbbb32aabf24a0de7c9144e421167ff251e1.zip |
Merge pull request #4180 from veox/use-pip-solidity-lexer
docs: Use Solidity lexer from PyPI, instead of a local module
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 .. |