From d40bcfc169f60ee0eebf64eb13b45317fc9d634d Mon Sep 17 00:00:00 2001 From: Aleksandra Fedorova Date: Fri, 10 Apr 2015 18:10:06 +0300 Subject: [PATCH] Pin Sphinx version to 1.2.2 This is a workaround for current issue with rst2pdf incompatible with Sphinx 1.3.1 Change-Id: Ia3554592d79192053f0aca206238b125ed700958 Related-Bug: #1432153 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 47885d725..1d03b008a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -sphinx +sphinx==1.2.2 cloud_sptheme sphinxcontrib-blockdiag rst2pdf sphinxcontrib-actdiag sphinxcontrib-seqdiag sphinxcontrib-nwdiag -sphinxcontrib-plantuml \ No newline at end of file +sphinxcontrib-plantuml