diff --git a/book/_config.yml b/book/_config.yml index f35a075..cc8b432 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" @@ -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"