From 2af259f649d85225243b0cf22b6864418c0c68c6 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 6 Apr 2020 15:46:17 +0200 Subject: travis/osx/before_install.sh: use fixed version of sphinx and breathe to avoid build failure [skip appveyor] --- travis/osx/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3