From 09b76b1148f5bd2280524648eeb83f1eb35f9e6d Mon Sep 17 00:00:00 2001 From: Ilya Shakhat Date: Wed, 14 Dec 2016 13:54:27 +0400 Subject: [PATCH] Bump sphinx to 1.5.1 to avoid doc compilation failure There is conflict between recent docutils and old sphinx which lead to build error for external images or SVG images (see https://sourceforge.net/p/docutils/bugs/301/) The fix is included into Sphinx 1.5.1 Change-Id: Iecddc67fe19279326827b5b76fb084b4e316c78d --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 93b72c8..6b2609c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ oslosphinx>=2.5.0 # Apache-2.0 rst2pdf six>=1.9.0 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +sphinx>=1.5.1 # BSD -- to avoid https://sourceforge.net/p/docutils/bugs/301/ sphinxcontrib-httpdomain sphinx_rtd_theme