From 8f3099008d19e3d2d22c6baac33aace15236364c Mon Sep 17 00:00:00 2001 From: Andrew Barna Date: Fri, 2 Aug 2019 12:19:31 -0700 Subject: [PATCH] enable sphinx.ext.napoleon --- doc/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 237669460b2..392803cc72f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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', @@ -84,6 +85,9 @@ autosummary_generate = True +napoleon_use_param = True +napoleon_use_rtype = True + numpydoc_class_members_toctree = True numpydoc_show_class_members = False