From f88df5d45f456346fd02d723664298ec5853fa5a Mon Sep 17 00:00:00 2001 From: Chris Harris Date: Tue, 14 Jul 2026 21:50:47 +0000 Subject: [PATCH] Fix MkDocs build with current mkdocstrings Remove the explicit ignore_init_summary option from the mkdocstrings configuration. With current mkdocstrings-python and griffelib versions, explicit Sphinx options cause an unsupported warn_missing_types argument to be passed to the parser, breaking the documentation build. --- mkdocs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 3bd3a50..5a5d2ac 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -37,8 +37,6 @@ plugins: - https://docs.python.org/3/objects.inv options: docstring_style: sphinx - docstring_options: - ignore_init_summary: yes merge_init_into_class: yes show_submodules: no