Pin sphinx to <1.2

There is a bug in sphinx 1.2 that breaks doc builds.

See requirements commit 0e8862e958813a031fe7398440e8a3866b42a8e4
for details.

Related-Bug: 1259511

Change-Id: I50c2102ed3c088254d1c03638ebe585d9dfe6622
This commit is contained in:
Ben Nemec 2013-12-10 20:08:12 +00:00
parent a5ae08773d
commit 0a348c9f43
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ pyflakes>=0.7.2,<0.7.4
pylint==0.25.2
pyzmq==2.2.0.1
redis
sphinx>=1.1.2
sphinx>=1.1.2,<1.2
testrepository>=0.0.17
testtools>=0.9.32