aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-04-06 15:46:17 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-04-06 19:27:05 +0200
commitdec8a20b5a706e8ddcf1173264da74a3664fd20a (patch)
tree84cc48d5ba52c29eef9ef3ff71bdfd53bf7f5a08
parent7018f85e2d53820c31cf3c633f7020f6630580b9 (diff)
downloadPROJ-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-xtravis/osx/before_install.sh2
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)