From a6ab90c4aa82ba6de67599afff0c9ac013e26c97 Mon Sep 17 00:00:00 2001 From: Charles MOUSSA Date: Mon, 10 Feb 2025 11:26:13 +0100 Subject: [PATCH] change options selection mkdocs --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 0f214f4..272b3e0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -49,7 +49,7 @@ plugins: default_handler: python handlers: python: - selection: + options: filters: - "!^_" # exlude all members starting with _ - "^__init__$" # but always include __init__ modules and methods