diff --git a/docs/conf.py b/docs/conf.py index e302a8c3e0c..8941db319e4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -392,24 +392,24 @@ def setup(app): # Configuration for intersphinx intersphinx_mapping = { - "astropy": ("https://docs.astropy.org/en/stable/", None), - "bokeh": ("https://docs.bokeh.org/en/latest/", None), - "cython": ("https://docs.cython.org/en/stable/", None), - "iminuit": ("https://scikit-hep.org/iminuit/", None), - "ipywidgets": ("https://ipywidgets.readthedocs.io/en/stable/", None), - "joblib": ("https://joblib.readthedocs.io/en/stable/", None), - "matplotlib": ("https://matplotlib.org/stable/", None), - "numba": ("https://numba.readthedocs.io/en/stable/", None), - "numpy": ("https://numpy.org/doc/stable/", None), - "pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None), - "psutil": ("https://psutil.readthedocs.io/en/stable/", None), - "pytables": ("https://www.pytables.org/", None), - "pytest": ("https://docs.pytest.org/en/stable/", None), - "python": ("https://docs.python.org/3/", None), - "scipy": ("https://docs.scipy.org/doc/scipy/", None), - "setuptools": ("https://setuptools.pypa.io/en/stable/", None), - "sklearn": ("https://scikit-learn.org/stable/", None), - "traitlets": ("https://traitlets.readthedocs.io/en/stable/", None), + "astropy": ("https://docs.astropy.org/en/stable", None), + "bokeh": ("https://docs.bokeh.org/en/latest", None), + "cython": ("https://docs.cython.org/en/stable", None), + "iminuit": ("https://scikit-hep.org/iminuit", None), + "ipywidgets": ("https://ipywidgets.readthedocs.io/en/stable", None), + "joblib": ("https://joblib.readthedocs.io/en/stable", None), + "matplotlib": ("https://matplotlib.org/stable", None), + "numba": ("https://numba.readthedocs.io/en/stable", None), + "numpy": ("https://numpy.org/doc/stable", None), + "pandas": ("https://pandas.pydata.org/pandas-docs/stable", None), + "psutil": ("https://psutil.readthedocs.io/en/stable", None), + "pytables": ("https://www.pytables.org", None), + "pytest": ("https://docs.pytest.org/en/stable", None), + "python": ("https://docs.python.org/3", None), + "scipy": ("https://docs.scipy.org/doc/scipy", None), + "setuptools": ("https://setuptools.pypa.io/en/stable", None), + "sklearn": ("https://scikit-learn.org/stable", None), + "traitlets": ("https://traitlets.readthedocs.io/en/stable", None), }