add .github to exclusions
This commit is contained in:
parent
eafcd7d364
commit
7c2a291bd1
1 changed files with 1 additions and 0 deletions
1
conf.py
1
conf.py
|
|
@ -150,6 +150,7 @@ version = release = final_version
|
|||
# directories to ignore when looking for source files.
|
||||
exclude_patterns = ["**/build*",
|
||||
".git",
|
||||
".github",
|
||||
".env",
|
||||
".venv",
|
||||
".direnv",
|
||||
|
|
|
|||
Loading…
Reference in a new issue