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 fb0dcd1Copy full SHA for fb0dcd1
.platform.app.yaml
@@ -43,13 +43,8 @@ web:
43
# The size of the persistent disk of the application (in MB).
44
disk: 512
45
46
-# Build time dependencies.
47
-dependencies:
48
- python:
49
- sphinx: "1.3.6"
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
55
- make -C _build html
+ pip install --ignore-installed --user git+https://github.com/fabpot/sphinx-php.git
+ SPHINXBUILD=~/.local/bin/sphinx-build make -e -C _build html
0 commit comments