Author: Vincent Prat <vinceprat@free.fr>
Description: Fix intersphinx_mapping KeyError
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -56,7 +56,7 @@
 # If your documentation needs a minimal Sphinx version, state it here.
 #needs_sphinx = '1.2'
 
-del intersphinx_mapping['h5py']
+#del intersphinx_mapping['h5py']
 intersphinx_mapping['astroquery'] = ('http://astroquery.readthedocs.io/en/latest/', None)
 
 # To perform a Sphinx version check that needs to be more specific than
