exclude _static from warnings

This commit is contained in:
Lindsey Heagy
2016-01-31 12:52:42 -08:00
parent adca273565
commit 2874e204ee
+1 -1
View File
@@ -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