8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24107fe commit d36a9cdCopy full SHA for d36a9cd
.travis.yml
@@ -6,9 +6,9 @@ sudo: false
6
cache:
7
directories: [$HOME/.cache/pip]
8
9
-install: pip install sphinx~=1.3.0 git+https://github.com/fabpot/sphinx-php.git
+install: pip install -r _build/.requirements.txt
10
11
-script: sphinx-build -nW -c _build/ -b html -d _build/doctrees . _build/html
+script: SPHINXOPTS="-nW" make -eC _build html
12
13
branches:
14
except:
_build/.requirements.txt
@@ -1 +1,2 @@
1
+sphinx==1.3.0
2
git+https://github.com/fabpot/sphinx-php.git@master#egg_name=sphinx-php
0 commit comments