Fix warnings in docs
This commit is contained in:
parent
2a4e967353
commit
ad0b55ca7f
19 changed files with 32 additions and 19 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue