Skip to content

Commit c591d53

Browse files
committed
Update docs/conf.py
Use the new Sphinx 1.8+ method for autodoc default options.
1 parent 3f46b5a commit c591d53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@
3636
pygments_style = 'sphinx'
3737

3838

39-
# autodoc_member_order = 'bysource'
39+
autodoc_member_order = 'bysource'
4040
# autodoc_default_flags = ['members', 'undoc-members']
4141
autodoc_default_options = {
42-
'member-order': 'bysource',
4342
'members': None,
4443
'undoc-members': None,
4544
}

0 commit comments

Comments
 (0)