X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2Fsource%2Fconf.py;h=673323100730a2185be349bda90b96759b8f03da;hb=86e1ce2d41892fd451a492fd93daad5055f798a3;hp=62ac53045f9af61001520f56e891484f83bbda3d;hpb=788291920a447be16af9f330973816b6ca56c7b0;p=dunshire.git 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', ]