From 9c27d60e9284a6a399f527da0d18b58a013867d7 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Mon, 25 Apr 2016 23:15:47 +0200
Subject: [PATCH] [doc] Use sphinx 1.4.1 at least

---
 doc/admin/conf.py | 4 ++--
 doc/api/conf.py   | 4 ++--
 doc/user/conf.py  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/admin/conf.py b/doc/admin/conf.py
index 5c7ed1270..9155f7322 100644
--- a/doc/admin/conf.py
+++ b/doc/admin/conf.py
@@ -33,14 +33,14 @@ import pkg_resources
 # -- General configuration -----------------------------------------------------
 
 # If your documentation needs a minimal Sphinx version, state it here.
-#needs_sphinx = '1.0'
+needs_sphinx = '1.4.1'
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = [
     'sphinx.ext.todo',
     'sphinx.ext.coverage',
-    'sphinx.ext.pngmath',
+    'sphinx.ext.imgmath',
     'sphinx.ext.ifconfig',
     'sphinx.ext.autodoc',
     'sphinx.ext.autosummary',
diff --git a/doc/api/conf.py b/doc/api/conf.py
index 7e21dad85..acad5477e 100644
--- a/doc/api/conf.py
+++ b/doc/api/conf.py
@@ -46,7 +46,7 @@ application = get_wsgi_application()
 # -- General configuration -----------------------------------------------------
 
 # If your documentation needs a minimal Sphinx version, state it here.
-needs_sphinx = '1.3'
+needs_sphinx = '1.4.1'
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
@@ -54,7 +54,7 @@ extensions = [
 
     'sphinx.ext.todo',
     'sphinx.ext.coverage',
-    'sphinx.ext.pngmath',
+    'sphinx.ext.imgmath',
     'sphinx.ext.ifconfig',
     'sphinx.ext.autodoc',
     'sphinx.ext.autosummary',
diff --git a/doc/user/conf.py b/doc/user/conf.py
index 324bc7178..b12dd3b5f 100644
--- a/doc/user/conf.py
+++ b/doc/user/conf.py
@@ -39,14 +39,14 @@ import pkg_resources
 # -- General configuration -----------------------------------------------------
 
 # If your documentation needs a minimal Sphinx version, state it here.
-needs_sphinx = '1.3'
+needs_sphinx = '1.4.1'
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = [
     'sphinx.ext.todo',
     'sphinx.ext.coverage',
-    'sphinx.ext.pngmath',
+    'sphinx.ext.imgmath',
     'sphinx.ext.ifconfig',
     'sphinx.ext.autodoc',
     'sphinx.ext.autosummary',
-- 
GitLab