From 2874e204ee3c4a3c42da17e18de5d25e49dccf49 Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Sun, 31 Jan 2016 12:52:42 -0800 Subject: [PATCH] exclude _static from warnings --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 10a25e7b..39589e82 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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