10000 Require Sphinx 1.3 · toby-griffiths/symfony-docs@b5c35e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit b5c35e4

Browse files
committed
Require Sphinx 1.3
This is equal to the version used by Travis. 1.5-alpha is not working on platform.sh because of an incompatible requests package version.
1 parent 79b59a0 commit b5c35e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.platform.app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ disk: 512
4646
# Build time dependencies.
4747
dependencies:
4848
python:
49-
sphinx: ">=1"
49+
sphinx: "~=1.3"
5050

5151
# The hooks that will be performed when the package is deployed.
5252
hooks:

0 commit comments

Comments
 (0)
0