Skip to content

Commit

Permalink
Sphinx error workaround (#3804)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymzayek committed Jul 5, 2023
1 parent 36b4725 commit 8a7a80c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/conf.py
Expand Up @@ -372,6 +372,15 @@
"nipy": ("https://nipy.org/%s", None),
}

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

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

sphinx_gallery_conf = {
Expand Down

0 comments on commit 8a7a80c

Please sign in to comment.