Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
Pin sphinx version in doc building
Browse files Browse the repository at this point in the history
  • Loading branch information
nmearl committed Oct 26, 2017
1 parent 1449342 commit 61d7d11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ env:

matrix:
# Make sure that egg_info works without dependencies
- PYTHON_VERSION=2.7 SETUP_CMD='egg_info' SPHINX_VERSION='<1.6'
- PYTHON_VERSION=3.4 SETUP_CMD='egg_info' SPHINX_VERSION='<1.6'
- PYTHON_VERSION=3.5 SETUP_CMD='egg_info' SPHINX_VERSION='<1.6'
- PYTHON_VERSION=3.6 SETUP_CMD='egg_info' SPHINX_VERSION='<1.6'
- PYTHON_VERSION=2.7 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.4 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.5 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.6 SETUP_CMD='egg_info'

matrix:

Expand All @@ -80,7 +80,7 @@ matrix:
# Check for sphinx doc build warnings - we do this first because it
# may run for a long time
- os: linux
env: SETUP_CMD='build_docs -w'
env: SETUP_CMD='build_docs -w' SPHINX_VERSION='<1.6'

# Now try Astropy dev with the latest Python and LTS with Python 2.7 and 3.x.
- os: linux
Expand Down

0 comments on commit 61d7d11

Please sign in to comment.