docs: Don't search in _static directories for rst files
This commit is contained in:
parent
d97b587871
commit
1318623831
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ print('Version: {0} Release: {1}'.format(version, release))
|
||||||
|
|
||||||
# List of patterns, relative to source directory, that match files and
|
# List of patterns, relative to source directory, that match files and
|
||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
exclude_patterns = ['**/inc/**']
|
exclude_patterns = ['**/inc/**', '_static']
|
||||||
|
|
||||||
|
|
||||||
# Add target-specific excludes based on tags (for the IDF_TARGET). Haven't found any better way to do this yet
|
# Add target-specific excludes based on tags (for the IDF_TARGET). Haven't found any better way to do this yet
|
||||||
|
|
Loading…
Reference in a new issue