From b2638e26db6978b586dd496ed896866af471b753 Mon Sep 17 00:00:00 2001 From: Andrew Hicks Date: Wed, 24 May 2017 16:10:29 +1000 Subject: [PATCH] Pin Sphinx to old version until fixed https://github.com/sphinx-doc/sphinx/issues/3754 --- docs/conf.py | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f441feaccc..d89e51962d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -150,7 +150,6 @@ import sphinx_rtd_theme html_theme = 'sphinx_rtd_theme' html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] - css_files = [] except ImportError: html_theme = 'alabaster' diff --git a/setup.py b/setup.py index 7eca9d4edf..3584def1d2 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ 'interactive': ['matplotlib', 'fiona'], 'distributed': ['distributed', 'dask[distributed]'], 'analytics': ['scipy', 'pyparsing', 'numexpr'], - 'doc': ['Sphinx', 'setuptools'], + 'doc': ['Sphinx==1.5.6', 'setuptools'], 'replicas': ['paramiko', 'sshtunnel', 'tqdm'], 'test': tests_require, }