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 948728e commit f6023cdCopy full SHA for f6023cd
.symfony.cloud.yaml
@@ -52,7 +52,6 @@ hooks:
52
. .virtualenv/bin/activate
53
# SymfonyCloud currently sets PIP_USER=1.
54
export PIP_USER=
55
- pip install pip==9.0.1 wheel==0.29.0
56
pip install -r _build/.requirements.txt
57
find .virtualenv -type f -name "*.rst" -delete
58
make -C _build html
_build/.requirements.txt
@@ -1,3 +1,5 @@
1
+pip==9.0.1
2
+wheel==0.29.0
3
alabaster==0.7.10
4
Babel==2.4.0
5
docutils==0.13.1
0 commit comments