diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 1b44212d7..2d2492cd8 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -215,7 +215,7 @@ doxylink = { intersphinx_mapping = { 'python': ('https://docs.python.org/3', None), - 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None), + 'pandas': ('https://pandas.pydata.org/pandas-docs/version/2.3', None), 'numpy': ('https://numpy.org/doc/stable/', None), 'pint': ('https://pint.readthedocs.io/en/stable/', None), }