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 name: Install build dependencies
command: | command: |
apt-get -qq update apt-get -qq update
apt-get -qy install python-sphinx apt-get -qy install python-sphinx python-pip
- run: *setup_prerelease_commit_hash - run: *setup_prerelease_commit_hash
- run: - run:
name: Build documentation name: Build documentation