diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-09-22 14:00:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-22 14:00:51 +0200 |
| commit | 3671063a1c5b158ec332ee1bd68f78d02e08b798 (patch) | |
| tree | 4a592ba9df729311f99e936d6f62919296cd7391 | |
| parent | a2a098dd9dc7f0d5acdb90e89612a4aa35b04101 (diff) | |
| parent | ae22375bb4cc29e61881a2b73c64ef14aceb4ea9 (diff) | |
| download | PROJ-3671063a1c5b158ec332ee1bd68f78d02e08b798.tar.gz PROJ-3671063a1c5b158ec332ee1bd68f78d02e08b798.zip | |
Merge pull request #1628 from OSGeo/backport-1627-to-6.2
[Backport 6.2] Travis linux_gcc: force sphinxcontrib-bibtex version to avoid issue with installing sphinx >= 2.0
| -rwxr-xr-x | travis/linux_gcc/before_install.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/travis/linux_gcc/before_install.sh b/travis/linux_gcc/before_install.sh index 5564ff8f..f7111631 100755 --- a/travis/linux_gcc/before_install.sh +++ b/travis/linux_gcc/before_install.sh @@ -15,7 +15,10 @@ sudo apt-get install -qq openjdk-7-jdk scripts/cppcheck.sh scripts/doxygen.sh -pip3 install --user sphinxcontrib-bibtex +# Force sphinxcontrib-bibtex version to 0.4.2, because 1.0.0 requires +# sphinx >= 2.0 which is only available on Python >= 3.5, and this config +# has only 3.4 +pip3 install --user sphinxcontrib-bibtex==0.4.2 pip3 install --user cpp-coveralls ./travis/docker.sh |
