Skip to content
Closed
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
8 changes: 6 additions & 2 deletions .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,14 @@ 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
export PIP_USER=
pip install --upgrade pip wheel
pip install sphinx git+https://github.com/fabpot/sphinx-php.git
make -C _build html