From 2288ef110c174659061e5df5573e761298da640b Mon Sep 17 00:00:00 2001 From: Sydney Runkle Date: Thu, 1 May 2025 14:01:14 -0400 Subject: [PATCH] use table format --- docs/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 3e4845dcb..4d111a55f 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -78,7 +78,7 @@ plugins: inherited_members: true selection: docstring_style: google - docstring_section_style: list + docstring_section_style: table show_root_toc_entry: false show_signature: true show_signature_annotations: true