Skip to content

Commit

Permalink
Restrict Travis to Sphinx 1.2.3 for now
Browse files Browse the repository at this point in the history
We have a few isseus with 1.3 that still needs to be fixed
  • Loading branch information
jenshnielsen committed Mar 12, 2015
1 parent e4019d7 commit 5f4f974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ matrix:
env: BUILD_DOCS=true

install:
- pip install -q --use-mirrors nose python-dateutil $NUMPY pep8 pyparsing pillow sphinx
- pip install -q --use-mirrors nose python-dateutil $NUMPY pep8 pyparsing pillow sphinx==1.2.3
- sudo apt-get update && sudo apt-get -qq install inkscape libav-tools gdb mencoder
# We use --no-install-recommends to avoid pulling in additional large latex docs that we don't need

Expand Down

0 comments on commit 5f4f974

Please sign in to comment.