From 2c9792059444630b211cfae0c395a04f15efc287 Mon Sep 17 00:00:00 2001 From: Jasper Ginn Date: Tue, 19 Nov 2024 22:45:59 +0100 Subject: [PATCH] docs: mkdocstrings settings --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 9d472c3..3437ade 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -59,9 +59,9 @@ plugins: show_bases: false show_inheritance_diagram: true show_root_heading: true - show_root_full_path: false + show_root_full_path: true show_signature_annotations: true - show_source: false + show_source: true show_symbol_type_heading: true show_symbol_type_toc: true signature_crossrefs: true