X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=docs%2Fconf.py;h=ef2a272dca74f2ec14adf32cb57926bf3f794104;hb=0fec151ee0b3596016d7a094af13085ef01a8bb4;hp=615e80a1ece7c832f5bb1931c49fb667383b5861;hpb=9d828655494410b575a75e861900f62fcae80060;p=python_utils.git diff --git a/docs/conf.py b/docs/conf.py index 615e80a..ef2a272 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,10 +38,14 @@ author = 'Scott Gasch' # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - 'sphinx.ext.doctest', 'sphinx.ext.autodoc', + 'sphinx.ext.doctest', + 'sphinx.ext.napoleon', + 'sphinx.ext.viewcode', ] +autodoc_typehints = "both" + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']