Skip to content

Commit

Permalink
Pin sphinx to 1.5.6 to unbreak CI (pypa#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott authored and ncoghlan committed Jun 24, 2017
1 parent b28779c commit 1a7530f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ language: python
sudo: false
python:
- 2.7
install: pip install sphinx
install: pip install sphinx==1.5.6
script: make SPHINXOPTS="-W" html

0 comments on commit 1a7530f

Please sign in to comment.