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 4940b3eCopy full SHA for 4940b3e
.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 sphinx==1.3.0
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:
0 commit comments