Pin docutils to 0.9.1

Docutils 0.10 breaks manpage generation in sphinx 1.1.3. A fix to
sphinx has been merged, but not yet released (scheduled for dec
24-31). In the mean time, we should pin docutils to 0.9.1.

Similar change was present before as
I157f3c191bfc09d2191a3508d81bcbaea56205a6 but was incorrectly removed by
later requirements syncs.

Closes-Bug: 1091333
Change-Id: I157f3c191bfc09d2191a3508d81bcbaea56205a6
This commit is contained in:
Ihar Hrachyshka 2014-09-19 14:40:35 +02:00
parent 15b7c6a8f9
commit 5e65a944d9
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ hacking>=0.5.6,<0.8
# Testing Requirements
coverage>=3.6
django-nose
docutils==0.9.1
mox>=0.5.3
nose
nose-exclude