aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py.in
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-01-06 19:30:03 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:51:44 -0300
commit36b7f922b2de2bffc80b60e9a8e1536083c2cad6 (patch)
tree2095bc9adade614930655f6ed6ca7f77c2ff4746 /doc/conf.py.in
parentece91be2e6ab129085d372ce3aac08d4073b42ec (diff)
Fix bug#560 - "Lack of QtCore.Signal documentation"
Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'doc/conf.py.in')
-rw-r--r--doc/conf.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in
index d2d7408b2..b98412650 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -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