From 08e21dd6bc29a7147c8cc1a76491f0ec885f12ed Mon Sep 17 00:00:00 2001 From: Sharat Sharma Date: Fri, 16 Dec 2016 19:06:27 +0530 Subject: [PATCH] Fix docs-gate for mistral-dashboard Adding docutils to fix the failing docs gate for mistral-dashboard. Change-Id: I78c30af80c66a38edb659ac5f952dee4254ff5fa --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index ed56c19..6281cbf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22,3 +22,4 @@ xvfbwrapper>=0.1.3 #license: MIT sphinx!=1.3b1,<1.4,>=1.2.1 # BSD oslosphinx>=4.7.0 # Apache-2.0 reno>=1.8.0 # Apache-2.0 +docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain