Convert comment into doctest.
[python_utils.git] / docs / conf.py
index 615e80a1ece7c832f5bb1931c49fb667383b5861..ef2a272dca74f2ec14adf32cb57926bf3f794104 100644 (file)
@@ -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']