From 1a93e4810c9ef2258e9029957f859babb68ae6e2 Mon Sep 17 00:00:00 2001 From: Eman Abdelhaleem Date: Wed, 24 Dec 2025 22:51:17 +0200 Subject: [PATCH] docstring_style changed from google to numpy --- mkdocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 92ba3c851..0dba42557 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -127,7 +127,6 @@ plugins: docstring_options: ignore_init_summary: true trim_doctest_flags: true - returns_multiple_items: false show_docstring_attributes: true show_docstring_description: true show_root_heading: true @@ -138,7 +137,7 @@ plugins: merge_init_into_class: true show_symbol_type_heading: true show_symbol_type_toc: true - docstring_style: google + docstring_style: numpy inherited_members: true show_if_no_docstring: false show_bases: true