From 885888428a85c776fc72358a893f3f3615c2f852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Mon, 4 Jan 2021 19:28:47 +0100 Subject: [PATCH] Add autodoc_typehints = "description" --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index f2efc63..08a1aea 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -36,6 +36,7 @@ extensions = [ ] autoclass_content = "class" +autodoc_typehints = "description" # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] -- GitLab