diff --git a/docs/source/conf.py b/docs/source/conf.py index 8d17c97ae..ec27db525 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -119,6 +119,8 @@ autodoc_typehints = "description" autodoc_typehints_description_target = "documented_params" +viewcode_follow_imported_members = True + intersphinx_mapping = { "python": ("https://docs.python.org/3", None), "numpy": ("https://numpy.org/doc/stable", None),