From 1bab3fff8f369dba74e19bf075a9fd191bc1f5c3 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Tue, 20 Jan 2026 22:17:29 +0900 Subject: [PATCH] Enable rendering of type annotations in signature headers (#2085) * Enable rendering of type annotations in signature headers * drop comment --------- Co-authored-by: SkalskiP --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index daf3d098..a6be0a7b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -143,6 +143,7 @@ plugins: show_root_heading: True show_symbol_type_toc: true show_category_heading: true + show_signature_annotations: true inventories: - url: https://docs.python-requests.org/en/master/objects.inv domains: [std, py]