Skip to content

Commit

Permalink
Merge e946f52 into ae4350c
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeil committed Sep 6, 2016
2 parents ae4350c + e946f52 commit 13e41ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ matrix:

# Check for sphinx doc build warnings - we do this first because it
# may run for a long time
- python: 2.7
env: SETUP_CMD='build_docs -w'
- python: 3.5
env: SETUP_CMD='build_sphinx -w'
env: SETUP_CMD='build_docs -w'

# Do a test without the optional dependencies
- python: 3.5
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Install the latest development version from https://github.com/astropy/regions :
cd regions
python setup.py install
python setup.py test
python setup.py build_sphinx
python setup.py build_docs
Optional dependencies
=====================
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build_sphinx]
[build_docs]
source-dir = docs
build-dir = docs/_build
all_files = 1
Expand Down

0 comments on commit 13e41ec

Please sign in to comment.