Skip to content

Commit 5ce9660

Browse files
update ignored patterns for doc files
1 parent dbee1d4 commit 5ce9660

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
@@ -81,7 +81,7 @@
8181

8282
# List of patterns, relative to source directory, that match files and
8383
# directories to ignore when looking for source files.
84-
exclude_patterns = ['_build']
84+
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
8585

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

0 commit comments

Comments
 (0)