From 18d119b4b42a16f8685759efe72f19c6c95fb84a Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 5 Sep 2023 11:30:09 -0300 Subject: [PATCH] fix warnings --- jupyterbook/_config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/jupyterbook/_config.yml b/jupyterbook/_config.yml index c1ba15b6..6de19d72 100644 --- a/jupyterbook/_config.yml +++ b/jupyterbook/_config.yml @@ -84,3 +84,16 @@ repository: sphinx: config: html_show_copyright: false + myst_heading_anchors: 3 + nb_mime_priority_overrides: [ + ["html", "application/vnd.jupyter.widget-view+json", 10], + ["html", "application/javascript", 20], + ["html", "text/html", 30], + ["html", "image/svg+xml", 40], + ["html", "image/png", 50], + ["html", "image/gif", 60], + ["html", "image/jpeg", 70], + ["html", "text/markdown", 80], + ["html", "text/latex", 90], + ["html", "text/plain", 100] + ]