1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Author: Alastair McKinstry <mckinstry@debian.org>
Description: Disable iris in doc building, as it will trigger downloads
Last-Updated: 2020-12-01
Forwarded: not-needed
@@ -327,7 +327,6 @@
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", "/usr/share/doc/python3/html/objects.inv"),
"pandas": ("https://pandas.pydata.org/pandas-docs/stable", '/usr/share/doc/python-pandas-doc/html/objects.inv'),
- "iris": ("https://scitools-iris.readthedocs.io/en/latest", None),
"numpy": ("https://numpy.org/doc/stable", '/usr/share/doc/numba-doc/html/objects.inv'),
"scipy": ("https://docs.scipy.org/doc/scipy", '/usr/share/doc/python-scipy-doc/html/objects.inv'),
"numba": ("https://numba.pydata.org/numba-doc/latest", '/usr/share/doc/numba-doc/html/objects.inv'),
|