From acc6bec9dab57c1f64a207d48cb13927c2167c2c Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Tue, 22 Jun 2021 09:15:30 -0500 Subject: [PATCH] exclude test-stubs files from docs --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 7acc981f3d..09fbae2950 100644 --- a/conf.py +++ b/conf.py @@ -203,6 +203,7 @@ exclude_patterns = ["**/build*", "shared-module", "supervisor", "tests", + "test-stubs", "tools"] # The reST default role (used for this markup: `text`) to use for all