File: fix_intersphinx

package info (click to toggle)
astroquery 0.4.7%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 21,752 kB
  • sloc: python: 45,923; xml: 33,841; makefile: 140; ansic: 69
file content (23 lines) | stat: -rw-r--r-- 652 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Vincent Prat <vinceprat@free.fr>
Date: Mon, 30 Mar 2020 12:27:53 +0200
Subject: Fix intersphinx_mapping KeyError

---
 docs/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 6d70fa6..668623a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -62,8 +62,8 @@ exclude_patterns.append('release_not*')
 rst_epilog += """
 """
 
-del intersphinx_mapping['scipy']
-del intersphinx_mapping['h5py']
+#del intersphinx_mapping['scipy']
+#del intersphinx_mapping['h5py']
 
 # Using astropy latest in the mapping is temporary, change it back to stable once 6.0 is out
 intersphinx_mapping.update({