Convert comment into doctest.
[python_utils.git] / docs / conf.py
index 2d1ed098b505ed166e409916f64c68fb3b209ed3..ef2a272dca74f2ec14adf32cb57926bf3f794104 100644 (file)
@@ -38,11 +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']