Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnaughton committed Apr 8, 2020
1 parent f1d8e73 commit 29f6d44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
# ]

autodoc_default_options = {
'members': True,
'private-members': True,
'special-members': True,
'show-inheritance': True,
'members': None,
'private-members': None,
'special-members': None,
'show-inheritance': None,
}

source_suffix = {
Expand Down

0 comments on commit 29f6d44

Please sign in to comment.