Skip to content

Commit fb0dcd1

Browse files
committed
attempt to fix build on platform.sh
1 parent c45a7f2 commit fb0dcd1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.platform.app.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,8 @@ web:
4343
# The size of the persistent disk of the application (in MB).
4444
disk: 512
4545

46-
# Build time dependencies.
47-
dependencies:
48-
python:
49-
sphinx: "1.3.6"
50-
5146
# The hooks that will be performed when the package is deployed.
5247
hooks:
5348
build: |
54-
pip install git+https://github.com/fabpot/sphinx-php.git
55-
make -C _build html
49+
pip install --ignore-installed --user git+https://github.com/fabpot/sphinx-php.git
50+
SPHINXBUILD=~/.local/bin/sphinx-build make -e -C _build html

0 commit comments

Comments
 (0)