Exclude pending docs
This commit is contained in:
parent
d5e012ad14
commit
171c8c8bc2
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ extensions = ['sphinx.ext.todo']
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
source_suffix = '.rst'
|
source_suffix = '.rst'
|
||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
exclude_patterns = ['_build']
|
exclude_patterns = ['_build', 'pending']
|
||||||
|
|
||||||
project = u'Akka'
|
project = u'Akka'
|
||||||
copyright = u'2009-2011, Scalable Solutions AB'
|
copyright = u'2009-2011, Scalable Solutions AB'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue