Skip to content

Commit

Permalink
Update suffix for Sphinx notebooks
Browse files Browse the repository at this point in the history
Changes suffix to .sp.py
Add epilog and prolog to notebooks
  • Loading branch information
Devin-Crawford committed Dec 11, 2023
1 parent 5f7c740 commit 59edf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 59edf52

Please sign in to comment.