From 47af2ef396c175beedf1bf90ea5c2d737a719494 Mon Sep 17 00:00:00 2001 From: myk002 Date: Fri, 22 Jul 2022 15:28:09 -0700 Subject: [PATCH] exclude the generated included tags/ files --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index b36e8aaad..b2c5b3008 100644 --- a/conf.py +++ b/conf.py @@ -295,6 +295,7 @@ exclude_patterns = [ 'build*', 'depends/*', 'docs/html/*', + 'docs/tags/*', 'docs/text/*', 'docs/builtins/*', 'docs/plugins/*',