From 25932b7f506d05e873344fdbb9efd6f29539b85d Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 4 Feb 2020 00:34:03 +0000 Subject: [PATCH] Use intersphinx inventory files from other Debian packages. Forwarded: not-needed Gbp-Pq: Name use-system-inventory --- docs/source/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1fd5351..eff7c71 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -333,11 +333,11 @@ epub_copyright = u'2009-2019, Josef Perktold, Skipper Seabold, ' \ # 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), - 'patsy': ('https://patsy.readthedocs.io/en/latest/', None), - 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None), + 'patsy': ('https://patsy.readthedocs.io/en/latest/', '/usr/share/doc/python-patsy-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