summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-05-26 18:57:08 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-05-26 18:57:08 +0100
commit330c4052b25ff32c661ed14ae5ceb6f1d6442e1a (patch)
treed66dfdcc151163c97041f2bf99371b970e6d6fda /docs
parent65a2f0f8d1fd5eb8f99493adf9c6dea4f61292e8 (diff)
downloadurwid-330c4052b25ff32c661ed14ae5ceb6f1d6442e1a.tar.gz
doc: tweaking the sphinx config
this bumps the year to 2012, sorts attributes/methods in autogenerated class docs groupwise: methods before properties and hides inheritance notes at the begining of class docs
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index eb23db4..5b8b8a9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'Urwid'
-copyright = u'2011, Ian Ward'
+copyright = u'2012, Ian Ward'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -248,7 +248,7 @@ texinfo_documents = [
epub_title = u'Urwid'
epub_author = u'Ian Ward'
epub_publisher = u'Ian Ward'
-epub_copyright = u'2011, Ian Ward'
+epub_copyright = u'2012, Ian Ward'
# The language of the text. It defaults to the language option
# or en if the language is not set.
@@ -286,6 +286,6 @@ epub_copyright = u'2011, Ian Ward'
autoclass_content = "both"
-autodoc_member_order = "bysource"
+autodoc_member_order = "groupwise"
-autodoc_default_flags = ["members", "show-inheritance"]
+autodoc_default_flags = ["members"]