8000
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 21fbfefCopy full SHA for 21fbfef
.platform.app.yaml
@@ -46,10 +46,12 @@ 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
55
- make -C _build html
+ virtualenv venv
+ source venv/bin/activate
56
+ pip install --ignore-installed git+https://github.com/fabpot/sphinx-php.git
57
+ SPHINXBUILD=../venv/bin/sphinx-build make -e -C _build html
0 commit comments