Skip to content

Commit

Permalink
Merge pull request #4685 from myk002/myk_nogit
Browse files Browse the repository at this point in the history
[docs] don't scan .git dirs for rst files
  • Loading branch information
myk002 authored Jun 7, 2024
2 parents 1330092 + 972a6f6 commit a4b7960
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 a4b7960

Please sign in to comment.