From a625ede2cc6e78d47caf3b005f76e3ae0992b987 Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Fri, 22 Nov 2024 10:01:44 -0600 Subject: [PATCH] Update options for mkdocstrings --- mkdocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index f4c8370..cb1107f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -47,7 +47,12 @@ plugins: python: paths: ['linc_convert'] options: - show_source: true + docstring_style: numpy + show_source: false + merge_init_into_class: true + separate_signature: true + members_order: source + show_root_heading: true # Customize theme extra: