Skip to content

Commit 15da837

Browse files
MAINT: hide the launch badge on two oversized recordings
The full build reports 379 MB and 251 MB for these, so the copy step skips them and the badge would have had nothing to load.
1 parent 515a1b9 commit 15da837

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

doc/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,6 +1868,11 @@ def _lite_copy_tree(folder, rel_dir):
18681868
"tutorials/inverse/70_eeg_mri_coords.py",
18691869
# mne_bids is not installable in the browser kernel
18701870
"tutorials/inverse/95_phantom_KIT.py",
1871+
# Single recordings well past LITE_MAX_FILE_MB, confirmed against the full
1872+
# build: 379 MB and 251 MB for one example each, so they are skipped by the
1873+
# copy step and the badge would have nothing to load.
1874+
"examples/datasets/kernel_phantom.py",
1875+
"examples/io/elekta_epochs.py",
18711876
# Report renders its forward/inverse/source-estimate sections through the
18721877
# Brain screenshot path, which the browser renderer has no equivalent for,
18731878
# and three sections round-trip the report through HDF5. The parts that do

0 commit comments

Comments
 (0)