diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-11-24 20:38:25 +0100 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2021-11-28 18:31:59 +0100 |
commit | bd366ab9e4b552fb29f7a41564cc180a659bba2f (patch) | |
tree | 2fe2914cbeb4a399a57505cebb80fad6960d478c /docs/conf.py | |
parent | 09a973ee379d82af05a5080decfaec16d2f4eab3 (diff) | |
download | gitlab-bd366ab9e4b552fb29f7a41564cc180a659bba2f.tar.gz |
chore(docs): load autodoc-typehints module
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 9e0ad83..3d94983 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,6 +42,7 @@ extensions = [ "sphinx.ext.autodoc", "sphinx.ext.autosummary", "ext.docstrings", + "sphinx_autodoc_typehints", # must be loaded after napoleon modules "sphinxcontrib.autoprogram", ] |