From 57fdd8a7c1b45e6dff56c51b61688a2094ae5ebb Mon Sep 17 00:00:00 2001 From: Aman Srivastava Date: Sun, 15 Feb 2026 15:08:08 +0530 Subject: [PATCH 1/2] add placeholder comment for future JupyterLite documentation interactivity --- doc/conf.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 126d8f365a1..891b0b4e583 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -116,6 +116,13 @@ "sphinx_copybutton", "sphinx_design", "sphinx_gallery.gen_gallery", + + # Documentation interactivity (roadmap item) + # Placeholder for potential JupyterLite integration to enable interactive + # examples directly in the browser via sphinx-gallery. + # See roadmap: https://mne.tools/stable/development/roadmap.html + # "jupyterlite_sphinx", + "sphinxcontrib.bibtex", "sphinxcontrib.youtube", "sphinxcontrib.towncrier.ext", From 159ce6a4d89230b6870a38ec9ffb5f2f533a9eeb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 09:40:34 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 891b0b4e583..ee8bd0e0db5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -116,13 +116,11 @@ "sphinx_copybutton", "sphinx_design", "sphinx_gallery.gen_gallery", - # Documentation interactivity (roadmap item) # Placeholder for potential JupyterLite integration to enable interactive # examples directly in the browser via sphinx-gallery. # See roadmap: https://mne.tools/stable/development/roadmap.html # "jupyterlite_sphinx", - "sphinxcontrib.bibtex", "sphinxcontrib.youtube", "sphinxcontrib.towncrier.ext",