From 59edf52d6b3aff9f03535a4cb068ba0cc4378bfc Mon Sep 17 00:00:00 2001 From: Devin Date: Mon, 11 Dec 2023 09:48:39 +0100 Subject: [PATCH] Update suffix for Sphinx notebooks Changes suffix to .sp.py Add epilog and prolog to notebooks --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 90bb0872971..165a17cc8d2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -219,7 +219,7 @@ def visit_desc_content(self, node: Element) -> None: nbsphinx_execute = "always" nbsphinx_custom_formats = { ".mystnb": ["jupytext.reads", {"fmt": "mystnb"}], - ".sp.py": + ".sp.py", } nbsphinx_thumbnails = { "examples/00_EDB/00_create_via": "_static/diff_via.png",