aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index d60ba56..41202d8 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -34,6 +34,7 @@ release = '1.0.1'
# ones.
extensions = [
"sphinx.ext.extlinks",
+ "sphinx.ext.autodoc",
"sphinxcontrib.programoutput",
]
@@ -65,6 +66,8 @@ html_context = {
"github_version": "master",
}
+autodoc_typehints = "description"
+
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".