summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-11-24 01:36:48 +0100
committerNejc Habjan <hab.nejc@gmail.com>2021-11-24 01:36:48 +0100
commit81a392ca6e9b44444c0f1287139abe788d50119d (patch)
tree97e0f03be6f8819cb9b8a5dd0d46432ff6dfc5a4 /docs/conf.py
parent7ba5995ed472997e6bf98e8ae58107af307a5615 (diff)
downloadgitlab-chore/sphinx-annotations.tar.gz
chore: deduplicate type annotations in docschore/sphinx-annotations
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 9e0ad83..354d566 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -43,6 +43,8 @@ extensions = [
"sphinx.ext.autosummary",
"ext.docstrings",
"sphinxcontrib.autoprogram",
+ # Load this last: https://github.com/agronholm/sphinx-autodoc-typehints/issues/15
+ "sphinx_autodoc_typehints",
]
# Add any paths that contain templates here, relative to this directory.