Skip to content

Commit

Permalink
Undo sphinx-gallery hack [docs only] [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored and bsipocz committed Jun 24, 2017
1 parent 878ddd6 commit 06b63cb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ matrix:
- os: linux
env: SETUP_CMD='build_docs -w'
CONDA_DEPENDENCIES=$CONDA_ALL_DEPENDENCIES
PIP_DEPENDENCIES='pillow --no-deps jplephem'
PIP_DEPENDENCIES='sphinx-gallery>=0.1.9 pillow --no-deps jplephem'
SPHINX_VERSION='>1.6'

# Try all python versions and Numpy versions. Since we can assume that
Expand Down Expand Up @@ -145,10 +145,6 @@ install:
- git clone git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda.sh

# Use this until https://github.com/sphinx-gallery/sphinx-gallery/pull/255
# is merged.
- if [[ $SETUP_CMD == *build_docs* ]]; then pip -q install git+https://github.com/pllim/sphinx-gallery.git@stat-iter-deprec#egg=sphinx-gallery; fi

script:
- $MAIN_CMD $SETUP_CMD

Expand Down

0 comments on commit 06b63cb

Please sign in to comment.