diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-04-06 15:46:17 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-04-06 19:27:05 +0200 |
| commit | dec8a20b5a706e8ddcf1173264da74a3664fd20a (patch) | |
| tree | 84cc48d5ba52c29eef9ef3ff71bdfd53bf7f5a08 | |
| parent | 7018f85e2d53820c31cf3c633f7020f6630580b9 (diff) | |
| download | PROJ-dec8a20b5a706e8ddcf1173264da74a3664fd20a.tar.gz PROJ-dec8a20b5a706e8ddcf1173264da74a3664fd20a.zip | |
travis/osx/before_install.sh: use fixed version of sphinx and breathe to avoid build failure [skip appveyor]
| -rwxr-xr-x | travis/osx/before_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/osx/before_install.sh b/travis/osx/before_install.sh index e457ec8c..5b520e58 100755 --- a/travis/osx/before_install.sh +++ b/travis/osx/before_install.sh @@ -15,7 +15,7 @@ brew reinstall wget ./travis/before_install_pip.sh -pip3 install --user sphinx sphinx-rtd-theme sphinxcontrib-bibtex breathe +pip3 install --user sphinx==2.4.4 sphinx-rtd-theme sphinxcontrib-bibtex breathe==4.14.0 which sphinx-build (cd docs; make html) |
