mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-02 16:14:32 +08:00
exclude _static from warnings
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ release = '0.1.9'
|
||||
|
||||
# List of patterns, relative to source directory, that match files and
|
||||
# directories to ignore when looking for source files.
|
||||
exclude_patterns = ['_build']
|
||||
exclude_patterns = ['_build','_static']
|
||||
|
||||
# The reST default role (used for this markup: `text`) to use for all documents.
|
||||
#default_role = None
|
||||
|
||||
Reference in New Issue
Block a user