Exclude pending docs

This commit is contained in:
Peter Vlugter 2011-04-12 13:14:36 +12:00
parent d5e012ad14
commit 171c8c8bc2

View file

@ -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'