From 5ffd7fa987fc89f8744b76dff68c826c22033251 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sun, 16 Dec 2012 12:17:58 -0800 Subject: [PATCH] Pin docutils==0.9.1 https://bitbucket.org/birkenfeld/sphinx/issue/998/docutils-010-will-break-sphinx-manpage Change-Id: I1e98d3975bffef85da7a879017a198da8fd9eafc Reviewed-on: https://review.openstack.org/18204 Reviewed-by: Jeremy Stanley Reviewed-by: Monty Taylor Approved: James E. Blair Tested-by: Jenkins --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 8c06a6429e..fd272b75dd 100644 --- a/tox.ini +++ b/tox.ini @@ -12,3 +12,4 @@ commands = pep8 --count --repeat --show-source --exclude=.tox setup.py [testenv:venv] commands = {posargs} deps = Sphinx + docutils==0.9.1