From 111792148739e895a00e6a41822b9b21fc48500a Mon Sep 17 00:00:00 2001 From: Kiall Mac Innes Date: Thu, 28 May 2015 16:01:54 +0100 Subject: [PATCH] Use oslosphinx from PyPi Change-Id: If61dfcf74b82e155552e2450350d8d3de109879f --- test-requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 13037d2..163921c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,5 +11,4 @@ python-subunit>=0.0.18 requests-mock>=0.6.0 # Apache-2.0 sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 testrepository>=0.0.18 -# Needed for the incubation theme on oslosphinx -http://tarballs.openstack.org/oslosphinx/oslosphinx-2.2.0.0a3.tar.gz#egg=oslosphinx-2.2.0.0a3 +oslosphinx>=2.5.0 # Apache-2.0