From fe5596a68f947e568a5d710b8961fd512a3f81d7 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Thu, 30 Apr 2026 09:44:02 -0400 Subject: [PATCH 1/2] removed _static --- book/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/_config.yml b/book/_config.yml index f35a075..c07324d 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -42,7 +42,7 @@ execute: sphinx: config: - html_static_path: ["images", "_static"] + html_static_path: ["images"] html_last_updated_fmt: "%b %d, %Y" suppress_warnings: - "mystnb.unknown_mime_type" From 7edda0b4cd01f8cf42ec49f25130927721e1777f Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Thu, 30 Apr 2026 09:46:50 -0400 Subject: [PATCH 2/2] removed nb_execution_show_tb --- book/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/_config.yml b/book/_config.yml index c07324d..cc8b432 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -67,7 +67,7 @@ sphinx: matplotlib: ["https://matplotlib.org/stable/", null] festim: ["https://festim.readthedocs.io/en/latest/", null] html_favicon: "images/festim logo symbol.png" - nb_execution_show_tb: True + # nb_execution_show_tb: True extra_extensions: - "sphinx.ext.autodoc"