From c761d1abab93d22f5ee7f693cdf06c93ab777053 Mon Sep 17 00:00:00 2001 From: Michael Dowling Date: Thu, 10 Jul 2014 13:53:04 -0700 Subject: [PATCH] Ignoring the vendor folder when building the docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 73f5c6618e..7705e76479 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -77,7 +77,7 @@ # 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', 'vendor'] # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None