Skip to content

Commit

Permalink
Try to use napoleon instead of numpydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
philbull committed Apr 24, 2018
1 parent 0bf49d9 commit d58f13a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc',
'numpydoc',
'sphinx.ext.napoleon',
'sphinx.ext.coverage',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
Expand Down Expand Up @@ -119,7 +119,10 @@

# -- Options for numpydoc ------------------------------------------

numpydoc_show_class_members = False
#numpydoc_show_class_members = False
napoleon_google_docstring = False
napoleon_use_param = False
napoleon_use_ivar = True


# -- Options for LaTeX output ---------------------------------------------
Expand Down

0 comments on commit d58f13a

Please sign in to comment.