1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
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(-)
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -333,7 +333,6 @@
"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/", "/usr/share/doc/python-hypothesis-doc/html/objects.inv",
- "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'),
|