Skip to content

Commit

Permalink
Merge branch '3.0'
Browse files Browse the repository at this point in the history
* 3.0:
  stick to Sphinx 1.3.x for the moment
  • Loading branch information
xabbuh committed Mar 30, 2016
2 parents 8deb817 + 31c49b8 commit d7724dd
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 @@ -9,7 +9,7 @@ cache:
- $HOME/.cache/pip
- _build

install: pip install sphinx~=1.3 git+https://github.com/fabpot/sphinx-php.git
install: pip install sphinx~=1.3.0 git+https://github.com/fabpot/sphinx-php.git

script: sphinx-build -nW -b html -d _build/doctrees . _build/html

Expand Down

0 comments on commit d7724dd

Please sign in to comment.