File: fix_intersphinx

package info (click to toggle)
astroplan 0.7-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,568 kB
  • sloc: python: 9,083; javascript: 161; makefile: 132; ansic: 88
file content (13 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
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