From 9d830c19b1a6458c5da1a26c9f64e8a4453d4824 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Wed, 30 Nov 2022 21:29:37 +0000 Subject: [PATCH] Use intersphinx inventory files from other Debian packages. Forwarded: not-needed Gbp-Pq: Name use-system-inventory --- docs/source/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 46e3955..9b0c15c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -392,12 +392,12 @@ nbsphinx_execute = "never" # Example configuration for intersphinx: refer to the Python standard library. # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { - 'numpy': ('https://docs.scipy.org/doc/numpy/', None), - 'python': ('https://docs.python.org/3/', None), + 'numpy': ('https://docs.scipy.org/doc/numpy/', '/usr/share/doc/python-numpy-doc/html/objects.inv'), + 'python': ('https://docs.python.org/3/', '/usr/share/doc/python3-doc/html/objects.inv'), 'pydagogue': ('https://matthew-brett.github.io/pydagogue/', None), - 'matplotlib': ('https://matplotlib.org/', None), - 'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None), - 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None), + 'matplotlib': ('https://matplotlib.org/', '/usr/share/doc/python-matplotlib-doc/html/objects.inv'), + 'scipy': ('https://docs.scipy.org/doc/scipy/reference/', '/usr/share/doc/python-scipy-doc/html/objects.inv'), + 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', '/usr/share/doc/python-pandas-doc/html/objects.inv'), } plot_basedir = join(dirname(dirname(os.path.abspath(__file__))), 'source') -- 2.30.2