Fix warnings in docs

This commit is contained in:
Peter Vlugter 2011-04-27 10:04:18 +12:00
parent 2a4e967353
commit ad0b55ca7f
19 changed files with 32 additions and 19 deletions

View file

@ -13,7 +13,7 @@ extensions = ['sphinx.ext.todo', 'includecode']
templates_path = ['_templates']
source_suffix = '.rst'
master_doc = 'index'
exclude_patterns = ['_build', 'pending']
exclude_patterns = ['_build', 'pending', 'disabled']
project = u'Akka'
copyright = u'2009-2011, Scalable Solutions AB'