From 9ef12866a0f975756c8915522641c85f2625066e Mon Sep 17 00:00:00 2001
From: Berend Bouvy <b.n.bouvy@student.tudelft.nl>
Date: Fri, 29 Nov 2024 12:46:58 +0100
Subject: [PATCH] forgot to edit config

---
 book/_config.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/book/_config.yml b/book/_config.yml
index eeb4cb9d..136c1d87 100644
--- a/book/_config.yml
+++ b/book/_config.yml
@@ -20,8 +20,8 @@ sphinx:
     - https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
     thebe_config:
       use_thebe_lite: true
-      # exclude_patterns: ["**/*"]
-      exclude_patterns: ["**/_*.yml", "**/*.md", "**/*.ipynb", "**/*.zip", "**.gif", "**/*.jpg", "**/*.tif", "**/*.shp", "**/*.pickle", "**/*.geojson"]
+      exclude_patterns: ["**/*"]
+      # exclude_patterns: ["**/_*.yml", "**/*.md", "**/*.ipynb", "**/*.zip", "**.gif", "**/*.jpg", "**/*.tif", "**/*.shp", "**/*.pickle", "**/*.geojson"]
     html_theme_options:
       repository_url: "https://gitlab.tudelft.nl/mude/book"
       use_issues_button : true
-- 
GitLab