From 15be695aa8de0cd1b325936bca3eee7d5faf8f39 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 16 Sep 2024 21:18:22 -0400 Subject: [PATCH] FIX: Fix --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 9c9a39d2..669e395f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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",