Skip to content

Amend Platform and Travis scripts to fix build failures and align their process #8010

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ hooks:
export PIP_USER=
pip install pip==9.0.1 wheel==0.29.0
pip install -r _build/.requirements.txt
find .virtualenv -type f -name "*.rst" -delete
make -C _build html
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ sudo: false
cache:
directories: [$HOME/.cache/pip]

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

script: sphinx-build -nW -c _build/ -b html -d _build/doctrees . _build/html
script: make -C _build SPHINXOPTS=-nW html

branches:
except:
Expand Down
13 changes: 6 additions & 7 deletions _build/.requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
alabaster==0.7.9
Babel==2.3.4
alabaster==0.7.10
Babel==2.4.0
docutils==0.13.1
imagesize==0.7.1
Jinja2==2.9.4
MarkupSafe==0.23
Jinja2==2.9.6
MarkupSafe==1.0
Pygments==2.2.0
pytz==2016.10
pytz==2017.2
requests==2.12.5
six==1.10.0
snowballstemmer==1.2.1
Sphinx==1.5.2
Sphinx==1.3.6
git+https://github.com/fabpot/sphinx-php.git@7312eccce9465640752e51373a480da700e02345#egg_name=sphinx-php