From 00a66d744adc09e953b0151aa8f60874a7f92b42 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 29 Mar 2016 19:53:52 +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: If5ef86335287cb73f1bb15208a566eda405de6a9 --- test-requirements.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index ab9ad40..2e7eb33 100755 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,16 +8,10 @@ httplib2>=0.7.5 mock>=1.0 mox>=0.5.3 nose -# Docs Requirements -oslosphinx oslotest>=1.5.1 # Apache-2.0 os-testr>=0.1.0 python-subunit>=0.0.18 requests>=1.1 -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