From 4e089478506248452397e4ff5a6a941b2aa72ec3 Mon Sep 17 00:00:00 2001 From: CR_hui Date: Tue, 13 Dec 2016 09:40:55 +0800 Subject: [PATCH] Fix the requirements.txt 1. What is the problem? The 0.13.1 release breaks some documentation jobs when it tries to build docs with remote images. The version matches the supported docutils versions for sphinx. 2. What is the solution to the problem? Fix the requirements.txt and add docutils 3. What the features need to be implemented to the Tricircle to realize the solution? No new features. Change-Id: Ib3253f1211bb3c1d82e7ed6bda2f14cf4f218d87 --- test-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-requirements.txt b/test-requirements.txt index 96410b9..4d6b1bf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -21,3 +21,5 @@ os-testr>=0.8.0 # Apache-2.0 tempest-lib>=0.14.0 # Apache-2.0 ddt>=1.0.1 # MIT pylint==1.4.5 # GPLv2 +docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain +