From c79a4ab913cdb965a9d063dff7c590d911abcb07 Mon Sep 17 00:00:00 2001 From: LegrandNico Date: Thu, 16 Nov 2023 16:02:35 +0100 Subject: [PATCH] exclude patterns --- 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 26626bb74..d14606fd1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -73,7 +73,7 @@ # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. -exclude_patterns = [] +exclude_patterns = ["*.ipynb"] # -- Options for HTML output -------------------------------------------------