From 557be9afd8baedc31196c98f273dfeee98a5f6cd Mon Sep 17 00:00:00 2001 From: Dario Izzo Date: Wed, 4 Oct 2023 09:22:46 +0200 Subject: [PATCH] transparent logo --- doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 714ee972..e656fc74 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -54,9 +54,11 @@ "launch_buttons": { "binderhub_url": "https://mybinder.org", "notebook_interface": "jupyterlab", + "home_page_in_toc": True, }, } + nb_execution_mode = "force" nb_execution_excludepatterns = []