diff --git a/doc/conf.py b/doc/conf.py index 7cc843b1dcc..bb7114e7ccc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -36,6 +36,9 @@ # Autosummary pages will be generated by sphinx-autogen instead of sphinx-build autosummary_generate = [] +# Autodoc +autodoc_typehints = "description" + # Auto-generate header anchors with MyST parser myst_heading_anchors = 4 # Allow code fences using colons