Author: Vincent Prat <vinceprat@free.fr>
Description: Fix intersphinx_mapping KeyError
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -40,7 +40,7 @@
 intersphinx_mapping['astroquery'] = ('http://astroquery.readthedocs.io/en/latest/', None)
 
 # Exclude astropy intersphinx_mapping for unused packages
-del intersphinx_mapping['h5py']  # noqa
+#del intersphinx_mapping['h5py']  # noqa
 
 # List of patterns, relative to source directory, that match files and
 # directories to ignore when looking for source files.
