Skip to content

Commit 9b951e4

Browse files
committed
Remove non-project specific patterns from exclude_patterns in docs/conf.py
1 parent 4888b59 commit 9b951e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# List of patterns, relative to source directory, that match files and
5050
# directories to ignore when looking for source files.
5151
# This pattern also affects html_static_path and html_extra_path.
52-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', "test.py", "test2.py", "test3.py", ".idea", "setup.py"]
52+
exclude_patterns = ['_build']
5353

5454
# This should fix wrong sort
5555
autodoc_member_order = 'bysource'

0 commit comments

Comments
 (0)