From 36285d9b1d5da833813302ba78ae3ecd1aaaedfb Mon Sep 17 00:00:00 2001 From: Laura Toribio San Cipriano <144215139+ltoribiosc@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:48:51 +0200 Subject: [PATCH] Add exclude_patterns in conf.py --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index f6deb9a..80e6355 100644 --- a/conf.py +++ b/conf.py @@ -2,3 +2,4 @@ # https://documenteer.lsst.io/technotes/ from documenteer.conf.technote import * # noqa F401 F403 +exclude_patterns.append("notebooks")