diff --git a/docs/source/conf.py b/docs/source/conf.py index 8680badcf..af87cc95a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -341,9 +341,6 @@ 'scipy': ('https://docs.scipy.org/doc/scipy/', None), 'pandas': ('https://pandas.pydata.org/docs/', None), 'matplotlib': ('https://matplotlib.org/stable/', None), - 'dipy': ( - 'https://dipy.org/documentation/latest', - 'https://dipy.org/documentation/latest/objects.inv/', - ), + 'dipy': ('https://docs.dipy.org/stable', None), 'scikit-learn': ('https://scikit-learn.org/stable/', None), }