From b5c35e431ea8aaf9373b9c0eb67978eaffaa863b Mon Sep 17 00:00:00 2001 From: WouterJ Date: Thu, 20 Oct 2016 21:24:55 +0200 Subject: [PATCH 1/2] 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. --- .platform.app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.platform.app.yaml b/.platform.app.yaml index 53c3a99f7b3..3a11fcd702f 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -46,7 +46,7 @@ disk: 512 # Build time dependencies. dependencies: python: - sphinx: ">=1" + sphinx: "~=1.3" # The hooks that will be performed when the package is deployed. hooks: From 5147da9d80e17a28d43940c41eba68ee2ed96dca Mon Sep 17 00:00:00 2001 From: WouterJ Date: Thu, 20 Oct 2016 23:50:30 +0200 Subject: [PATCH 2/2] Temporary hardcode the version until platform.sh supports ~= --- .platform.app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.platform.app.yaml b/.platform.app.yaml index 3a11fcd702f..cdbe76b0de2 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -46,7 +46,7 @@ disk: 512 # Build time dependencies. dependencies: python: - sphinx: "~=1.3" + sphinx: "1.3.6" # The hooks that will be performed when the package is deployed. hooks: