Skip to content
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
9 changes: 7 additions & 2 deletions .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,15 @@ disk: 512
# Build time dependencies.
dependencies:
python:
sphinx: "1.3.6"
virtualenv: 15.1.0

# The hooks that will be performed when the package is deployed.
hooks:
build: |
pip install git+https://github.com/fabpot/sphinx-php.git
virtualenv .virtualenv
. .virtualenv/bin/activate
# Platform.sh currently sets PIP_USER=1.
export PIP_USER=
pip install pip==9.0.1 wheel==0.29.0
pip install -r requirements.txt
make -C _build html
14 changes: 14 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
alabaster==0.7.9
Babel==2.3.4
docutils==0.13.1
imagesize==0.7.1
Jinja2==2.9.4
MarkupSafe==0.23
Pygments==2.2.0
pytz==2016.10
requests==2.12.5
six==1.10.0
snowballstemmer==1.2.1
Sphinx==1.5.2
git+https://github.com/fabpot/sphinx-php.git@7312eccce9465640752e51373a480da700e02345#egg_name=sphinx-php