From d479b481ab17bf079ae1c71baf72027e9258cd5d Mon Sep 17 00:00:00 2001
From: Marco Del Tufo <marco.deltufo@exact-lab.it>
Date: Wed, 20 Sep 2023 07:37:00 +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 b5e292ce797..f3fae445ace 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -6,8 +6,8 @@ html_theme_options = {
         'logo_only': True,
         'display_version': False,
 }
+exclude_patterns = ['README.md']
 extensions = ['myst_parser']
 source_suffix = ['.rst', '.md']
-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