circleci: install python-pip as part of doc build dependency.

Required to install the lexer package.
This commit is contained in:
Noel Maersk 2018-05-23 17:16:59 +03:00
parent 9f9bae7ce1
commit 7bf43f02d8

View File

@ -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