Skip to content

Commit

Permalink
Fix intersphinx_registry API break (#12625)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Scheltienne authored May 27, 2024
1 parent 8f66cbc commit c600f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
}
intersphinx_mapping.update(
get_intersphinx_mapping(
only=set(
packages=set(
"""
imageio matplotlib numpy pandas python scipy statsmodels sklearn numba joblib nibabel
seaborn patsy pyvista dipy nilearn pyqtgraph
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ doc = [
"pyzmq!=24.0.0",
"ipython!=8.7.0",
"selenium",
"intersphinx_registry",
"intersphinx_registry>=0.2405.27",
]
dev = ["mne[test,doc]", "rcssmin"]

Expand Down

0 comments on commit c600f90

Please sign in to comment.