aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-05-28 23:41:35 +0800
committerGitHub <noreply@github.com>2018-05-28 23:41:35 +0800
commitb686fbbb32aabf24a0de7c9144e421167ff251e1 (patch)
tree632173819b19b934500e0b8d3a222c42a62b7cab /circle.yml
parent87016693866c9aae4585406803d4f10e0165ecb7 (diff)
parentad975a6f8c03e6333190de4f88488b207951dc05 (diff)
downloaddexon-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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 4ce3082b..05c84307 100644
--- a/circle.yml
+++ b/circle.yml
@@ -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