File: fix_intersphinx

package info (click to toggle)
astroquery 0.4.11%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,524 kB
  • sloc: python: 53,595; xml: 36,604; makefile: 140; ansic: 69
file content (23 lines) | stat: -rw-r--r-- 630 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 b6f7a1f..f7ca5fc 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']
 
 intersphinx_mapping.update({
     'requests': ('https://requests.kennethreitz.org/en/stable', None),