Fix bug#560 - "Lack of QtCore.Signal documentation"
Reviewer: Renato Araújo <renato.filho@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
This commit is contained in:
parent
a1cf8f03b2
commit
4d014eaa80
4 changed files with 242 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ master_doc = 'contents'
|
|||
|
||||
# General information about the project.
|
||||
project = u'PySide'
|
||||
copyright = u'2009-2010, Nokia Corporation'
|
||||
copyright = u'2009-2011, Nokia Corporation'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
|
@ -68,7 +68,7 @@ release = '@BINDING_API_VERSION_FULL@'
|
|||
|
||||
# List of directories, relative to source directory, that shouldn't be searched
|
||||
# for source files.
|
||||
exclude_trees = ['_build']
|
||||
exclude_trees = ['_build', 'extras']
|
||||
|
||||
# The reST default role (used for this markup: `text`) to use for all documents.
|
||||
#default_role = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue