aboutsummaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
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 8c62e716..e2a30e36 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==2.4.4 sphinx-rtd-theme sphinxcontrib-bibtex breathe==4.14.0
+pip3 install --user sphinx sphinx-rtd-theme sphinxcontrib-bibtex breathe
which sphinx-build
(cd docs; make html)