From c7107e9c2356ab2eccec91d807c311396f012af7 Mon Sep 17 00:00:00 2001 From: myk002 Date: Sat, 9 Jul 2022 23:34:57 -0700 Subject: [PATCH] ignore docs in the scripts repo --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 79b873bf9..ccad5c806 100644 --- a/conf.py +++ b/conf.py @@ -283,6 +283,7 @@ exclude_patterns = [ 'build*', 'docs/_auto/news*', 'docs/_changelogs/', + 'scripts/docs/', ] # The reST default role (used for this markup: `text`) to use for all