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: I3ecf8535bd8f8ea0ee17aabc7ad418ff31f16366
This commit is contained in:
Morgan Fainberg 2013-12-10 13:54:39 -08:00
parent 890f8139aa
commit 6c7f00d459
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ mox>=0.5.3
# Optional KVS feature encryption testing
pycrypto>=2.6
# required to build documentation
sphinx>=1.1.2
sphinx>=1.1.2,<1.2
# test wsgi apps without starting an http server
WebTest>=2.0