From f920182a0ee99ffbb81ca725305f4c599234c462 Mon Sep 17 00:00:00 2001
From: Marco Del Tufo <marco.deltufo@exact-lab.it>
Date: Tue, 19 Sep 2023 15:01:18 +0000
Subject: [PATCH] Update conf.py

---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index a3b8b7993e0..b5e292ce797 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -8,6 +8,6 @@ html_theme_options = {
 }
 extensions = ['myst_parser']
 source_suffix = ['.rst', '.md']
-exclude_patterns = ['api-openbis-matlab,app-openbis-commandline,ui-eln-lims']
+exclude_patterns = ['api-openbis-matlab/*.md,app-openbis-commandline/*.md,ui-eln-lims/*.md']
 def setup(app):
     app.add_css_file('my_theme.css')
-- 
GitLab