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 c45a7f2 commit 3fb6957Copy full SHA for 3fb6957
.platform.app.yaml
@@ -46,10 +46,14 @@ disk: 512
46
# Build time dependencies.
47
dependencies:
48
python:
49
- sphinx: "1.3.6"
+ virtualenv: 15.1.0
50
51
# The hooks that will be performed when the package is deployed.
52
hooks:
53
build: |
54
- pip install git+https://github.com/fabpot/sphinx-php.git
+ virtualenv .virtualenv
55
+ . .virtualenv/bin/activate
56
+ export -n PIP_USER
57
+ pip install --upgrade pip wheel
58
+ pip install sphinx==1.3.6 git+https://github.com/fabpot/sphinx-php.git
59
make -C _build html
0 commit comments