From a01e7e73572bc88c411a578a66225e3a83e23136 Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Tue, 19 Sep 2023 15:23:53 +0000 Subject: [PATCH] Update conf.py --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 25d002c02e0..17ac0cf708e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,6 +40,8 @@ master_doc = 'index' suppress_warnings = ['image.nonlocal_uri'] pygments_style = 'default' +exclude_patterns = ['api-openbis-matlab/*.md'] + if sys.version_info < (3, 0): tags.add("python2") else: -- GitLab