File: fix_intersphinx

package info (click to toggle)
astroquery 0.4.6%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 19,420 kB
  • sloc: xml: 56,574; python: 43,303; makefile: 145; ansic: 69
file content (15 lines) | stat: -rw-r--r-- 451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Vincent Prat
Description: Fix intersphinx_mapping KeyError
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -62,8 +62,8 @@
 rst_epilog += """
 """
 
-del intersphinx_mapping['scipy']
-del intersphinx_mapping['h5py']
+#del intersphinx_mapping['scipy']
+#del intersphinx_mapping['h5py']
 intersphinx_mapping.update({
     'astropy': ('https://docs.astropy.org/en/stable/', None),
     'requests': ('https://requests.kennethreitz.org/en/stable/', None),