From 3a7c5214cfcb36ee4d465a9b6b2ff3ef15a2b392 Mon Sep 17 00:00:00 2001 From: Anna Stuchlik Date: Tue, 10 May 2022 09:57:29 +0200 Subject: [PATCH] add _common to the exclude patterns --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f789d9d98a..576c93c4b6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -46,7 +46,7 @@ copyright = str(date.today().year) + ', ScyllaDB. All rights reserved.' author = u'Scylla Project Contributors' -exclude_patterns = ['_build', '_utils'] +exclude_patterns = ['_build', '_utils', '**/_common/*'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx'