Skip to content

Commit

Permalink
FIX: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Sep 17, 2024
1 parent bba335a commit 15be695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
"""Fix sklearn docstrings because they use autolink and we do not."""
if (
name.startswith("mne.decoding.") or name.startswith("mne.preprocessing.Xdawn")
name.startswith("mne_connectivity.decoding.")
) and name.endswith(
(
".get_metadata_routing",
Expand Down

0 comments on commit 15be695

Please sign in to comment.