Skip to content
forked from pydata/xarray

Commit

Permalink
enable sphinx.ext.napoleon (pydata#3180)
Browse files Browse the repository at this point in the history
  • Loading branch information
DocOtak authored and dcherian committed Aug 2, 2019
1 parent 26d0517 commit 01a9baa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
'sphinx.ext.intersphinx',
'sphinx.ext.extlinks',
'sphinx.ext.mathjax',
'sphinx.ext.napoleon',
'numpydoc',
'IPython.sphinxext.ipython_directive',
'IPython.sphinxext.ipython_console_highlighting',
Expand All @@ -85,6 +86,9 @@
autosummary_generate = True
autodoc_typehints = 'none'

napoleon_use_param = True
napoleon_use_rtype = True

numpydoc_class_members_toctree = True
numpydoc_show_class_members = False

Expand Down

0 comments on commit 01a9baa

Please sign in to comment.