From 3ab54649412a575442d3e3f0e4d74fbf19b6c474 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Wed, 12 Oct 2016 13:55:32 +0200
Subject: [PATCH] Ignore RuntimeError exception documentation linking on
 python27

---
 doc/nitpick-exceptions.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/nitpick-exceptions.txt b/doc/nitpick-exceptions.txt
index 5baa117..57129fe 100644
--- a/doc/nitpick-exceptions.txt
+++ b/doc/nitpick-exceptions.txt
@@ -16,7 +16,7 @@ cpp:type bob::io::base::File
 cpp:type bob::io::base::HDF5File
 
 # exceptions are not found in python 2.7
-py:exc ValueError
+py:exc RuntimeError
 
 # these don't exists on numpy's manual
 py:class numpy.uint8
-- 
GitLab