Skip to content

Commit d93349a

Browse files
committed
also since - dipy/dipy/issues/3870 is fixed. Adressing addtional minor changes as well.
1 parent 4e6433d commit d93349a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,13 @@
180180
"picard": ("https://mind-inria.github.io/picard/", None),
181181
"eeglabio": ("https://eeglabio.readthedocs.io/en/latest", None),
182182
"pybv": ("https://pybv.readthedocs.io/en/latest", None),
183-
# should go back below after https://github.com/dipy/dipy/issues/3870 is fixed
184-
"dipy": ("https://docs.dipy.org/1.12.0", None),
185183
}
186184
intersphinx_mapping.update(
187185
get_intersphinx_mapping(
188186
packages=set(
189187
"""
190188
imageio matplotlib numpy pandas python scipy statsmodels sklearn numba joblib nibabel
191-
seaborn patsy pyvista nilearn pyqtgraph
189+
seaborn patsy pyvista dipy nilearn pyqtgraph
192190
""".strip().split()
193191
),
194192
)

0 commit comments

Comments
 (0)