Skip to content

Commit aa6cb95

Browse files
committed
Don't build the help includes into HTML
1 parent b8ff7bf commit aa6cb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
# List of directories, relative to source directory, that shouldn't be searched
9999
# for source files.
100-
exclude_trees = ['_build']
100+
exclude_patterns = ["_build", "help/*"]
101101

102102
# The reST default role (used for this markup: `text`) to use for all documents.
103103
#default_role = None

0 commit comments

Comments
 (0)