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-09 12:33:42 +0200
commit2af259f649d85225243b0cf22b6864418c0c68c6 (patch)
treeed75618ff756f4990ae8a9a3080808e2c3bbdab5
parentadc9c9976b9b7b41c659b761bc0674db26e83bbd (diff)
downloadPROJ-2af259f649d85225243b0cf22b6864418c0c68c6.tar.gz
PROJ-2af259f649d85225243b0cf22b6864418c0c68c6.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 de9544a5..d28f4fc8 100755
--- a/travis/osx/before_install.sh
+++ b/travis/osx/before_install.sh
@@ -14,7 +14,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)