File: disable-iris.patch

package info (click to toggle)
python-xarray 2025.03.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 11,608 kB
  • sloc: python: 110,134; makefile: 255; sh: 53
file content (22 lines) | stat: -rw-r--r-- 1,021 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
From: Alastair McKinstry <mckinstry@debian.org>
Date: Wed, 23 Jan 2019 09:22:47 +0000
Subject: Disable iris in doc building, as it will trigger downloads

Last-Updated: 2020-12-01
Forwarded: not-needed
---
 doc/conf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index e2fe5be..a038e6f 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -342,7 +342,6 @@ intersphinx_mapping = {
     "dask": ("https://docs.dask.org/en/latest", "/usr/share/doc/python-dask-doc/html/objects.inv"),
     "flox": ("https://flox.readthedocs.io/en/latest/", None),
     "hypothesis": ("https://hypothesis.readthedocs.io/en/latest/", None),
-    "iris": ("https://scitools-iris.readthedocs.io/en/latest", None),
     "pandas": ("https://pandas.pydata.org/pandas-docs/stable", '/usr/share/doc/python-pandas-doc/html/objects.inv'),    
     "python": ("https://docs.python.org/3/", "/usr/share/doc/python3/html/objects.inv"),
     "numpy": ("https://numpy.org/doc/stable", '/usr/share/doc/numba-doc/html/objects.inv'),