1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Author: Alastair McKinstry <mckinstry@debian.org>
Description: Disable iris in doc building, as it will trigger downloads
Last-Updated: 2019-01-23
Forwarded: not-needed
Index: python-xarray-0.11.2/doc/conf.py
===================================================================
--- python-xarray-0.11.2.orig/doc/conf.py
+++ python-xarray-0.11.2/doc/conf.py
@@ -326,7 +326,6 @@ intersphinx_mapping = {
'matplotlib': ('https://matplotlib.org/',
'/usr/share/doc/python-matplotlib-doc/html/objects.inv'
),
- 'iris': ('http://scitools.org.uk/iris/docs/latest/', None),
'python': (
'https://docs.python.org/3/',
'/usr/share/doc/python3/html/objects.inv'
|