Sync global requirements to pin sphinx to sphinx>=1.1.2,<1.2

Sync the global requirements to pin sphinx.  This addresses an issue
where Sphinx 1.2 is not building documents correctly and causing
check/gate to fail.

Change-Id: I92af6481d2fdfaea6eda4eaffb0388eeaea8cb9f
This commit is contained in:
Morgan Fainberg 2013-12-10 13:58:57 -08:00
parent 5e9f2a887b
commit bc1c25428e

View File

@ -7,7 +7,7 @@ keyring>=1.6.1,<2.0
mock>=1.0
mox3>=0.7.0
pycrypto>=2.6
sphinx>=1.1.2
sphinx>=1.1.2,<1.2
testrepository>=0.0.17
testresources>=0.2.4
testtools>=0.9.32