Skip to content

Commit

Permalink
downgrade sphinx options
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lundquist authored and Eric Lundquist committed Jun 15, 2020
1 parent d3e76a6 commit 9bc6936
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@

# add autodoc default options
autodoc_default_options = {
'members': True,
'member-order': 'bysource',
'special-members': '__init__',
'undoc-members': True,
'exclude-members': '__weakref__'
}

Expand Down

0 comments on commit 9bc6936

Please sign in to comment.