diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 4b26b55ff..94c3b6da3 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -25,6 +25,8 @@ autoclass_content = "both" +autodoc_typehints = "description" + # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"]