From d258e5ad4d401590fe8652008c6381d78813af20 Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 21 Nov 2025 18:35:15 +1100 Subject: [PATCH] Enable nb_merge_streams in Sphinx config --- lectures/_config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lectures/_config.yml b/lectures/_config.yml index c1f90b454..f0b3405e6 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -38,6 +38,7 @@ sphinx: linkcheck_ignore: ['https://online.stat.psu.edu/stat415/book/export/html/834'] bibtex_reference_style: author_year suppress_warnings: ["mystnb.unknown_mime_type"] + nb_merge_streams: true nb_mime_priority_overrides: [ # HTML ['html', 'application/vnd.jupyter.widget-view+json', 10],