diff --git a/docs/source/conf.py b/docs/source/conf.py index 3c1f9a0a6..b04f16c71 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -219,7 +219,7 @@ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = {'python': ('https://docs.python.org/3/', None), 'numpy': ('https://docs.scipy.org/doc/numpy/', None), - 'dipy': ('https://dipy.org/documentation/latest', None) + 'dipy': ('https://docs.dipy.org/stable/', None) } image_scrapers = ('matplotlib', plotly_sg_scraper, PNGScraper(), GIFScraper())