From: Michael Orlitzky Date: Mon, 10 Oct 2016 15:53:54 +0000 (-0400) Subject: Enable the napoleon Sphinx extension. X-Git-Tag: 0.1.0~176 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=86e1ce2d41892fd451a492fd93daad5055f798a3 Enable the napoleon Sphinx extension. --- diff --git a/doc/source/conf.py b/doc/source/conf.py index 62ac530..6733231 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -17,6 +17,7 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.coverage', + 'sphinx.ext.napoleon', 'sphinx.ext.pngmath', 'sphinx.ext.viewcode', ]