diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-04-06 19:26:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-06 19:26:18 +0200 |
| commit | baf9b82254948fd7209a6ee54b1326bce097d0e9 (patch) | |
| tree | 38e2c29c9a6de73a5e3fa2cf2392a1471d1bd809 /travis | |
| parent | 89d9bfd0f90c890cd56847e143f4288d76d514f7 (diff) | |
| parent | 1005d96015d7ca36a596611c6df84bc24a55ae2f (diff) | |
| download | PROJ-baf9b82254948fd7209a6ee54b1326bce097d0e9.tar.gz PROJ-baf9b82254948fd7209a6ee54b1326bce097d0e9.zip | |
Merge pull request #2134 from rouault/refactor_mlfn
Move inline code for optimize mlfn from tmerc to mlfn.hpp to avoid code duplication
Diffstat (limited to 'travis')
| -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) |
