File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 57
57
export PIP_USER=
58
58
pip install pip==9.0.1 wheel==0.29.0
59
59
pip install -r _build/.requirements.txt
60
+ find .virtualenv -type f -name "*.rst" -delete
60
61
make -C _build html
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ sudo: false
6
6
cache :
7
7
directories : [$HOME/.cache/pip]
8
8
9
- install : pip install sphinx~=1.3.0 git+https://github.com/fabpot/sphinx-php.git
9
+ install : pip install -r _build/.requirements.txt
10
10
11
- script : sphinx-build -nW -c _build/ -b html -d _build/doctrees . _build/ html
11
+ script : make -C _build SPHINXOPTS=-nW html
12
12
13
13
branches :
14
14
except :
Original file line number Diff line number Diff line change 1
- alabaster==0.7.9
2
- Babel==2.3.4
1
+ alabaster==0.7.10
2
+ Babel==2.4.0
3
3
docutils==0.13.1
4
4
imagesize==0.7.1
5
- Jinja2==2.9.4
6
- MarkupSafe==0.23
5
+ Jinja2==2.9.6
6
+ MarkupSafe==1.0
7
7
Pygments==2.2.0
8
- pytz==2016.10
8
+ pytz==2017.2
9
9
requests==2.12.5
10
10
six==1.10.0
11
11
snowballstemmer==1.2.1
12
- Sphinx==1.5.2
12
+ Sphinx==1.3.6
13
13
git+https://github.com/fabpot/sphinx-php.git@7312eccce9465640752e51373a480da700e02345#egg_name=sphinx-php
14
-
You can’t perform that action at this time.
0 commit comments