Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 0fd38fb

Browse files
Merge pull request #1705 from jcatera-splunk/update-exclude-patterns
Update conf.py
2 parents b1c06a2 + 12511d6 commit 0fd38fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
release = ''
4848
language = 'en'
4949

50-
exclude_patterns = ['_build', 'venv/lib/*/site-packages', '**/site-packages', 'Thumbs.db', '.DS_Store','z_cheat-sheets', 'README.md', 'CONTRIBUTING.md', '.github/pull_request_template.md', 'gdi/couchdb/couchdb.md', 'apm/find-root-cause.rst']
50+
exclude_patterns = ['_build', 'venv/lib/*/site-packages', '**/site-packages', 'Thumbs.db', '.DS_Store','z_cheat-sheets', 'README.md', 'CONTRIBUTING.md', '.github/pull_request_template.md', 'gdi/couchdb/couchdb.md', 'apm/find-root-cause.rst', '.git']
5151

5252
# THEME CONFIGURATION
5353
#######################

0 commit comments

Comments
 (0)