Skip to content

Commit

Permalink
don't scan .git dirs for rst files
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jun 7, 2024
1 parent c27d5cb commit 972a6f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def get_version():
# directories to ignore when looking for source files.
exclude_patterns = [
'README.md',
'.git/*',
'build*',
'depends/*',
'docs/html/*',
Expand Down

0 comments on commit 972a6f6

Please sign in to comment.