Update test-requirements to fix sphinx build_doc

Sphinx-1.2b3 is failing with this error: "'source_dir' must be a
directory name". This change prevent that sphinx version from being
pulled, it's a backport of 6a276638

Change-Id: Ic63d776bec5c0ace7207a532c29ee193d171ee63
Closes-Bug: #1339273
This commit is contained in:
Tristan Cacqueray 2014-07-08 18:56:10 +00:00
parent 19634d62f5
commit 3a29771232
1 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,5 @@ openstack.nose_plugin>=0.7
nosehtmloutput>=0.0.3
selenium
# Docs Requirements
sphinx>=1.1.2,<1.2
# for bug 1091333, remove after sphinx >1.1.3 is released.
docutils==0.9.1
sphinx>=1.1.2,!=1.2.0,<1.3
oslo.sphinx