diff --git a/docs/conf.py b/docs/conf.py index 22cb77bb..2332d842 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -290,6 +290,8 @@ # If true, do not generate a @detailmenu in the "Top" node's menu. #texinfo_no_detailmenu = False +numpydoc_xref_param_type = True + html_theme = "nature" numpydoc_show_class_members = True