From aa6cb95e366f479cddd8cd30aee940393ead6296 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 16 Aug 2020 12:58:05 -0400 Subject: Don't build the help includes into HTML --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 5bd101c3..d2a787dc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -97,7 +97,7 @@ rst_epilog = """ # List of directories, relative to source directory, that shouldn't be searched # for source files. -exclude_trees = ['_build'] +exclude_patterns = ["_build", "help/*"] # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None -- cgit v1.2.1