Skip to content

Commit

Permalink
Fixed sphinx option and bump alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleniemeyer committed May 2, 2019
1 parent f957d86 commit 8745997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'sphinx.ext.viewcode',
]

autodoc_default_options = ['members']
autodoc_default_options = {'members': True}
autoclass_content = 'class'
napoleon_numpy_docstring = True
napoleon_google_docstring = False
Expand Down

0 comments on commit 8745997

Please sign in to comment.