From 8bca66e165eefaf767fc7c048215aa29918c7855 Mon Sep 17 00:00:00 2001 From: Andrew Hutchings Date: Fri, 17 Jun 2016 10:03:34 +0300 Subject: [PATCH] Sphinx 1.4 breaks build There is probably a better fix for this, but for now we aren't ready for Sphinx 1.4. --- .travis.yml | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6db05796..b7fc1443 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: python python: "3.4" before_install: - - pip install Sphinx commonmark==0.5.5 recommonmark + - pip install Sphinx<1.4 commonmark==0.5.5 recommonmark script: - ".ci/${CI_TARGET}.sh" diff --git a/README.rst b/README.rst index fbe21619..3ff82ebe 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ Alternatively it can be installed with Python's pip package manager: .. code-block:: bash - $ sudo pip install Sphinx + $ sudo pip install Sphinx<1.4 There are a couple of extra dependencies you will also need to build the Markdown parts of the documentation: