From fd6eb8e21685e91aa5b2a820c77268955d864abc Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Thu, 20 Sep 2018 14:31:01 +0930 Subject: [PATCH] docs: Force sphinx to be version 1.7.9 The latest release (1.8) contains a bug when building the latex output. Pin the version to 1.7.9 while we wait for a fix. Upstream bug: https://github.com/sphinx-doc/sphinx/issues/5419 Signed-off-by: Joel Stanley --- doc/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 085b3a792a..b510d7cf66 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,2 +1,3 @@ -sphinx +# Pinned due to https://github.com/sphinx-doc/sphinx/issues/5419 +sphinx==1.7.9 recommonmark