Skip to content

Commit 4940b3e

Browse files
committed
use make file and requirements file for travis
fix
1 parent 24107fe commit 4940b3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ sudo: false
66
cache:
77
directories: [$HOME/.cache/pip]
88

9-
install: pip install sphinx~=1.3.0 git+https://github.com/fabpot/sphinx-php.git
9+
install: pip install -r _build/.requirements.txt sphinx==1.3.0
1010

11-
script: sphinx-build -nW -c _build/ -b html -d _build/doctrees . _build/html
11+
script: SPHINXOPTS="-nW" make -eC _build html
1212

1313
branches:
1414
except:

0 commit comments

Comments
 (0)