]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
Enable the napoleon Sphinx extension.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 10 Oct 2016 15:53:54 +0000 (11:53 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 10 Oct 2016 15:53:54 +0000 (11:53 -0400)
doc/source/conf.py

index 62ac53045f9af61001520f56e891484f83bbda3d..673323100730a2185be349bda90b96759b8f03da 100644 (file)
@@ -17,6 +17,7 @@ extensions = [
     'sphinx.ext.autodoc',
     'sphinx.ext.autosummary',
     'sphinx.ext.coverage',
+    'sphinx.ext.napoleon',
     'sphinx.ext.pngmath',
     'sphinx.ext.viewcode',
 ]