From 3ed8d368bcb0570dd1855fa4416533e8c77c6e07 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Tue, 18 Mar 2014 09:28:01 +0100
Subject: [PATCH] Fixes to links.rst warnings

---
 doc/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index 7c82ed0..e178e42 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -87,7 +87,7 @@ release = distribution.version
 
 # List of patterns, relative to source directory, that match files and
 # directories to ignore when looking for source files.
-exclude_patterns = ['**/links.rst']
+exclude_patterns = ['links.rst']
 
 # The reST default role (used for this markup: `text`) to use for all documents.
 #default_role = None
-- 
GitLab