From 61cc01edbbc8e5d8fb2f24e6ff059bb464a39acf Mon Sep 17 00:00:00 2001 From: Tim Buckley Date: Sat, 18 Feb 2017 14:05:35 -0700 Subject: [PATCH] Fix docs build This ports over the change from [1] that fixes the docs build, caused by a bad docutils version. [1] https://review.openstack.org/#/c/410038/ Change-Id: I5ca5b7d0c2c4c2242d0738762ede3b24202a1e52 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index a715120..b3f374e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,6 +5,7 @@ hacking<0.11,>=0.10.0 coverage>=3.6 +docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain discover sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 oslosphinx>=2.2.0 # Apache-2.0