We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e865a6d commit 91f038dCopy full SHA for 91f038d
1 file changed
docs/conf.py
@@ -53,7 +53,7 @@
53
54
# General information about the project.
55
project = u'libtcod-cffi'
56
-copyright = u'2016, Kyle Stewart'
+copyright = u'2017, Kyle Stewart'
57
author = u'Kyle Stewart'
58
59
# The version info for the project you're documenting, acts as replacement for
@@ -120,6 +120,8 @@
120
todo_include_todos = False
121
122
123
+autodoc_member_order = 'groupwise'
124
+
125
# -- Options for HTML output ----------------------------------------------
126
127
# The theme to use for HTML and HTML Help pages. See the documentation for
0 commit comments