We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6433d commit d93349aCopy full SHA for d93349a
1 file changed
doc/conf.py
@@ -180,15 +180,13 @@
180
"picard": ("https://mind-inria.github.io/picard/", None),
181
"eeglabio": ("https://eeglabio.readthedocs.io/en/latest", None),
182
"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),
185
}
186
intersphinx_mapping.update(
187
get_intersphinx_mapping(
188
packages=set(
189
"""
190
imageio matplotlib numpy pandas python scipy statsmodels sklearn numba joblib nibabel
191
-seaborn patsy pyvista nilearn pyqtgraph
+seaborn patsy pyvista dipy nilearn pyqtgraph
192
""".strip().split()
193
),
194
)
0 commit comments