diff --git a/doc/source/conf.py b/doc/source/conf.py
index 1a77c22a21e4ad32339e80cca94d8b55f55f01ec..d982ce10315266a82eec372d2af402ab596dbf75 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -168,6 +168,7 @@ latex_documents = [
 intersphinx_mapping = {
         'http://docs.python.org/dev': None,
         'http://docs.scipy.org/doc/numpy/': None,
+        #'http://makotemplates.org/en/latest/': None,
         }
 
 autoclass_content = "both"