From 37731b95b68ca6177f88449c6250fa5a34de15d5 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 17 Dec 2012 08:49:53 -0800 Subject: [PATCH] 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 --- tools/test-requires | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-requires b/tools/test-requires index 7688d2ae38f..c1da7cae2a3 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -15,3 +15,4 @@ selenium # Docs Requirements sphinx +docutils==0.9.1 # for bug 1091333, remove after sphinx >1.1.3 is released.