Skip to content

Commit 91f038d

Browse files
committed
Default autodoc generation to groupwise ordering
1 parent e865a6d commit 91f038d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
# General information about the project.
5555
project = u'libtcod-cffi'
56-
copyright = u'2016, Kyle Stewart'
56+
copyright = u'2017, Kyle Stewart'
5757
author = u'Kyle Stewart'
5858

5959
# The version info for the project you're documenting, acts as replacement for
@@ -120,6 +120,8 @@
120120
todo_include_todos = False
121121

122122

123+
autodoc_member_order = 'groupwise'
124+
123125
# -- Options for HTML output ----------------------------------------------
124126

125127
# The theme to use for HTML and HTML Help pages. See the documentation for

0 commit comments

Comments
 (0)