Skip to content

Commit

Permalink
Workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
ymzayek committed Sep 21, 2023
1 parent 3057249 commit ae85c3c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,11 +407,9 @@

# Check intersphinx reference targets exist
nitpicky = True
# Temporary solution to nilearn/nilearn#3800
# See also scikit-learn/scikit-learn#26761
# Temporary solution to nilearn/nilearn#3997
nitpick_ignore = [
("py:class", "pipeline.Pipeline"),
("py:class", "utils.metadata_routing.MetadataRequest"),
("py:class", "sklearn.utils.metadata_routing.MetadataRequest"),
]

binder_branch = "main" if "dev" in current_version else current_version
Expand Down

0 comments on commit ae85c3c

Please sign in to comment.