From 7ce7e305497accba3ed1cd25a57eca4d429a4bf6 Mon Sep 17 00:00:00 2001 From: Nitish Bharambe Date: Wed, 16 Oct 2024 15:46:13 +0200 Subject: [PATCH] exclude files under build Signed-off-by: Nitish Bharambe --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index e534baca3..058a39b96 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,6 +62,8 @@ myst_heading_anchors = 4 # execute jupter notebooks output before building webpage nb_execution_mode = "off" +nb_execution_excludepatterns = ["*/_build/*"] + # Extentions in myst myst_enable_extensions = [ "dollarmath",