summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-06-02 12:05:06 -0400
committerJulian Berman <Julian@GrayVines.com>2022-06-02 12:06:10 -0400
commitaf47da8668c631eb3f13803f50ae4b58b1f40d44 (patch)
tree4ab548c37036b82e9137931e6154430d866371ed /docs/conf.py
parent8d6e113522191561b401cabf4c2d3b6ae36c0d3a (diff)
downloadjsonschema-af47da8668c631eb3f13803f50ae4b58b1f40d44.tar.gz
Use sphinx-autodoc-typehints for promoting type hints to Sphinx docs.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c07be78..2e3cf5d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -25,6 +25,7 @@ extensions = [
"sphinx.ext.intersphinx",
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
+ "sphinx_autodoc_typehints",
"sphinxcontrib.spelling",
"jsonschema_role",
]