diff --git a/doc/conf.py b/doc/conf.py index f2efc632a77dd284040b6828e195d96f09396b88..08a1aea9b5cba64941c7f8deee8e32643c41a293 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"]