From 4e9b31bda11c90a56dcd6c6c31d194e333a0da1d Mon Sep 17 00:00:00 2001 From: Anton Tetov <anton@tetov.se> Date: Mon, 3 Oct 2022 21:05:44 +0200 Subject: [PATCH] shorter function signatures --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 988c53f..45dbb93 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -92,7 +92,7 @@ autodoc_default_options = { "show-inheritance": True, } autodoc_typehints = "signature" -autodoc_typehints_format = "fully-qualified" +# autodoc_typehints_format = "fully-qualified" autodoc_member_order = "groupwise" -- GitLab