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 /circle.yml | |
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 'circle.yml')
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ jobs: name: Install build dependencies command: | apt-get -qq update - apt-get -qy install python-sphinx + apt-get -qy install python-sphinx python-pip - run: *setup_prerelease_commit_hash - run: name: Build documentation |