From 3a7fdae55e16946c408cfecf3855caa4cd16a3f2 Mon Sep 17 00:00:00 2001 From: Patrick Lannigan Date: Mon, 4 Sep 2023 06:28:53 -0400 Subject: [PATCH] Update mkdocstrings config to use supported form --- mkdocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 6a9b6c78..23ebcb3d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -36,9 +36,8 @@ plugins: - mkdocstrings: handlers: python: - selection: + options: docstring_style: "sphinx" - rendering: heading_level: 3 show_root_heading: True show_source: False