aboutsummaryrefslogtreecommitdiff
path: root/travis
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 15:46:17 +0200
commit1005d96015d7ca36a596611c6df84bc24a55ae2f (patch)
tree38e2c29c9a6de73a5e3fa2cf2392a1471d1bd809 /travis
parent60f1efaafb20606a07b242544ec8228a8444a616 (diff)
downloadPROJ-1005d96015d7ca36a596611c6df84bc24a55ae2f.tar.gz
PROJ-1005d96015d7ca36a596611c6df84bc24a55ae2f.zip
travis/osx/before_install.sh: use fixed version of sphinx and breathe to avoid build failure
Diffstat (limited to 'travis')
-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)