From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Sat, 12 Apr 2014 18:23:37 +0000
Subject: Do not fetch icons for external web sites

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

diff --git a/doc/source/conf.py b/doc/source/conf.py
index 2c88394..7e5aea6 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -194,7 +194,7 @@ html_static_path = ['_static']
 # Custom sidebar templates, maps document names to template names.
 html_sidebars = {
     'index': ['globaltoc.html', 'relations.html', 'sourcelink.html',
-              'searchbox.html', 'travis-ci.html']
+              'searchbox.html']  #, 'travis-ci.html']
 }
 
 # Additional templates that should be rendered to pages, maps page names to
