From 6a68da8e03a7f2be60e1f8ee6eceb4761e84f489 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Thu, 30 Jul 2015 13:39:45 -0700 Subject: [PATCH] Update sphinx to be compatible with readthedocs.org JJB docs are published to readthedocs.org but fails to build because RTD only supports a newer version of sphinx. Updating sphinx to version 1.3.1 so build won't fail on RTD. depends-on: Iba92628263e20efca84aeada0e19000f4c9b1fac Change-Id: Ia8d4033bf2def5066bda26813b41338408093481 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 99243ef26..4a502b249 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ coverage>=3.6 discover fixtures python-subunit -sphinx>=1.1.2,<1.2 +sphinx>=1.3.1 setuptools_git>=0.4 testscenarios testtools