From 4823068f50274e67bbaf4f9a628c56a2f3558c14 Mon Sep 17 00:00:00 2001 From: chrishalcrow <57948917+chrishalcrow@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:00:42 +0100 Subject: [PATCH] Ignore generate_ python file --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 46f9ae5933..e3d58ca8f2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -130,7 +130,7 @@ '../examples/tutorials/widgets', ]), 'within_subsection_order': FileNameSortKey, - 'ignore_pattern': '/generate_', + 'ignore_pattern': '/generate_*', 'nested_sections': False, 'copyfile_regex': r'.*\.rst|.*\.png|.*\.svg' }