Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed May 13, 2024
1 parent 759ebba commit a8aa1a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/conf.py
Expand Up @@ -4,7 +4,7 @@
from datetime import date

import sphinx_gallery # noqa: F401
from sphinx_gallery.sorting import ExampleTitleSortKey
from sphinx.config import is_serializable

import mne_bids

Expand Down Expand Up @@ -179,7 +179,9 @@
},
"backreferences_dir": "generated",
"examples_dirs": "../examples",
"within_subsection_order": ExampleTitleSortKey,
"within_subsection_order": "ExampleTitleSortKey",
"gallery_dirs": "auto_examples",
"filename_pattern": "^((?!sgskip).)*$",
}

assert is_serializable(sphinx_gallery_conf)

0 comments on commit a8aa1a0

Please sign in to comment.