diff --git a/doc/Makefile b/doc/Makefile index 604b4873422..452b392759c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -80,7 +80,7 @@ html-noplot: @echo "Build finished. The HTML pages are in _build/html_stable." html_dev-front: - @PATTERN="\(plot_mne_dspm_source_localization.py\|plot_receptive_field.py\|plot_mne_inverse_label_connectivity.py\|plot_sensors_decoding.py\|plot_stats_cluster_spatio_temporal.py\|plot_20_visualize_evoked.py\)" make html_dev-pattern; + @PATTERN="\(30_mne_dspm_loreta.py\|50_decoding.py\|30_strf.py\|20_cluster_1samp_spatiotemporal.py\|20_visualize_evoked.py\)" make html_dev-pattern; dirhtml: $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) _build/dirhtml diff --git a/doc/conf.py b/doc/conf.py index fd366ce7bc9..4a5406b991f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -6,14 +6,14 @@ # list see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html +from datetime import datetime, timezone +import faulthandler import gc import os import subprocess import sys import time import warnings -from datetime import datetime, timezone -import faulthandler import numpy as np import matplotlib @@ -732,6 +732,7 @@ def append_attr_meth_examples(app, what, name, obj, options, lines): size=xxl), ], # \u00AD is an optional hyphen (not rendered unless needed) + # If these are changed, the Makefile should be updated, too 'carousel': [ dict(title='Source Estimation', text='Distributed, sparse, mixed-norm, beam\u00ADformers, dipole fitting, and more.', # noqa E501