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.

Fixes bug 1091333.

Change-Id: I157f3c191bfc09d2191a3508d81bcbaea56205a6
This commit is contained in:
James E. Blair 2012-12-17 08:49:53 -08:00
parent 9a7b49e086
commit 37731b95b6
1 changed files with 1 additions and 0 deletions

View File

@ -15,3 +15,4 @@ selenium
# Docs Requirements
sphinx
docutils==0.9.1 # for bug 1091333, remove after sphinx >1.1.3 is released.