From 7ff5fad23f60e660e31912ebb88c9fef56e37958 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Mon, 25 Apr 2016 23:17:23 +0200
Subject: [PATCH] [buildout] Require sphinx version >= 1.4.1

---
 buildout.cfg | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/buildout.cfg b/buildout.cfg
index 10bcc70b9..5364b715b 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -19,13 +19,14 @@ django-rest-swagger = >=0.3.2
 django-guardian = >=1.3
 djangorestframework = >=3.2
 django-activity-stream = >= 0.6.0
+sphinx = >= 1.4.1
 
 [sysegg]
 recipe = syseggrecipe
 ;force-sysegg = true
 eggs = alabaster
-       appnope
-       Babel
+       babel
+       backports.shutil-get-terminal-size
        colorlog
        coverage
        cycler
@@ -43,7 +44,6 @@ eggs = alabaster
        gevent
        graphviz
        greenlet
-       gnureadline
        ipdb
        ipython
        ipython-genutils
@@ -52,13 +52,13 @@ eggs = alabaster
        jsonschema
        MarkupSafe
        matplotlib
-       mysqlclient
        mock
+       mysqlclient
        numpy
        oset
        pathlib2
-       pexpect
        pbr
+       pexpect
        pickleshare
        pip
        psutil
-- 
GitLab