Skip to content

Commit

Permalink
Update docs/conf.py
Browse files Browse the repository at this point in the history
Use the new Sphinx 1.8+ method for autodoc default options.
  • Loading branch information
cmlccie committed Sep 13, 2018
1 parent 3f46b5a commit c591d53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@
pygments_style = 'sphinx'


# autodoc_member_order = 'bysource'
autodoc_member_order = 'bysource'
# autodoc_default_flags = ['members', 'undoc-members']
autodoc_default_options = {
'member-order': 'bysource',
'members': None,
'undoc-members': None,
}
Expand Down

0 comments on commit c591d53

Please sign in to comment.