From 28852e56fe7cc7f95e881c185a8ead564800886b Mon Sep 17 00:00:00 2001 From: Kushal Kolar Date: Tue, 29 Apr 2025 11:17:03 -0400 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) 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),