Skip to content

Commit

Permalink
Pin sphinx to 1.5.6 to unbreak CI (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed May 20, 2017
1 parent 06d4e29 commit 29614e8
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 29614e8

Please sign in to comment.