Remove docutils pin

This was added to work around bug 1091333.  A new sphinx has been
released and so this is no longer necessary.

Also update sphinx requirements from global requirements.

Change-Id: I9107884d964757a9154bdd1feb4ea6df4e9df43e
This commit is contained in:
Andreas Jaeger 2014-08-27 11:56:37 +02:00
parent 86c302ccbc
commit bd44ea395b

View File

@ -1,7 +1,6 @@
docutils==0.9.1
oslosphinx
pbr>=0.6,<1.0
sphinx>=1.1.2,<1.2
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
testrepository>=0.0.18
testtools>=0.9.34
flake8