From 0952921abbad52841b8df5928ed89d935da16e2f Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Thu, 12 Oct 2017 08:40:09 +0200
Subject: [PATCH] [sphinx] For some reason the matplotlib intersphinx reference
 for pyplot changed the name. We would need a new release of this package for
 this.

---
 doc/guide.rst              | 2 +-
 doc/nitpick-exceptions.txt | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/guide.rst b/doc/guide.rst
index 2831983..7574ff5 100644
--- a/doc/guide.rst
+++ b/doc/guide.rst
@@ -73,7 +73,7 @@ In order to visualize the loaded image you can use
    bob.io.image.imshow(img)
 
 Or you can just get a view (not copy) of your image that is
-:py:mod:`matplotlib.pyplot` compatible using
+:doc:`matplotlib:api/_as_gen/matplotlib.pyplot` compatible using
 :py:func:`bob.io.image.to_matplotlib`:
 
 .. doctest::
diff --git a/doc/nitpick-exceptions.txt b/doc/nitpick-exceptions.txt
index 9ad3e47..89940c0 100644
--- a/doc/nitpick-exceptions.txt
+++ b/doc/nitpick-exceptions.txt
@@ -9,4 +9,3 @@ cpp:typeOrConcept std::string
 cpp:typeOrConcept blitz
 cpp:typeOrConcept blitz::Array
 cpp:typeOrConcept uint8_t
-py:mod matplotlib.pyplot
-- 
GitLab