From 3280d2bde1abb3b9292efcf188a9f6a452d36792 Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Tue, 19 Sep 2023 15:00:14 +0000 Subject: [PATCH] Update conf.py --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index e089bb6d1f0..a3b8b7993e0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,5 +8,6 @@ html_theme_options = { } extensions = ['myst_parser'] source_suffix = ['.rst', '.md'] +exclude_patterns = ['api-openbis-matlab,app-openbis-commandline,ui-eln-lims'] def setup(app): app.add_css_file('my_theme.css') -- GitLab