From 171c8c8bc246a378429be996f774761143263e8e Mon Sep 17 00:00:00 2001 From: Peter Vlugter Date: Tue, 12 Apr 2011 13:14:36 +1200 Subject: [PATCH] Exclude pending docs --- akka-docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/conf.py b/akka-docs/conf.py index 82f40cf18b..4ff27f40bb 100644 --- a/akka-docs/conf.py +++ b/akka-docs/conf.py @@ -12,7 +12,7 @@ extensions = ['sphinx.ext.todo'] templates_path = ['_templates'] source_suffix = '.rst' master_doc = 'index' -exclude_patterns = ['_build'] +exclude_patterns = ['_build', 'pending'] project = u'Akka' copyright = u'2009-2011, Scalable Solutions AB'