From 94882c2fadd5662d49b837b98c7b691e9d8998e8 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 29 Mar 2016 19:52:32 +0200 Subject: [PATCH] Remove sphinx requires from test-requirements This repository does not have any RST documents and thus building with sphinx is not supported. Remove the docs requirements, including some dead requirements. Change-Id: I3bae1d112d7c51c186d5877eb5586e9566decc80 --- test-requirements.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 0217a596..b09464c7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,14 +10,8 @@ httplib2>=0.7.5 mock>=1.0 mox>=0.5.3 nose -# Docs Requirements -oslosphinx oslotest python-subunit>=0.0.18 -sphinx>=1.1.2,!=1.2.0,<1.3 -sphinxcontrib-docbookrestapi -sphinxcontrib-httpdomain -sphinxcontrib-pecanwsme>=0.8 testrepository>=0.0.18 testscenarios>=0.4 -testtools>=0.9.34 \ No newline at end of file +testtools>=0.9.34