From 98c5f892423487ca339a8043221782ca369de05d Mon Sep 17 00:00:00 2001 From: schroedtert Date: Sat, 21 Oct 2023 06:37:29 +0200 Subject: [PATCH] Fix missing notebooks --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f3dbed09ec..c0568ef7d6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -82,7 +82,7 @@ def setup(sphinx): # -- Automatic execution of jupyter notebooks -------------------------------- -nb_execution_excludepatterns = ["**/*.ipynb"] +nb_execution_excludepatterns = [] nb_execution_timeout = 900 myst_enable_extensions = [ "amsmath",