From a7d5338b5e8a7c7d416dc3a8bcc396cd8a91d0ad Mon Sep 17 00:00:00 2001 From: TheophileDiot Date: Tue, 27 Jan 2026 18:07:10 +0100 Subject: [PATCH] fix: Add table of contents extension with depth of 3 to markdown configurations --- mkdocs.yml | 2 ++ mkdocs_print.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 30d5899ba..b3ce38b3b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -51,6 +51,8 @@ markdown_extensions: - admonition - tables - pymdownx.details + - toc: + toc_depth: 3 - pymdownx.superfences: custom_fences: - name: mermaid diff --git a/mkdocs_print.yml b/mkdocs_print.yml index 838666ef0..71332a49c 100644 --- a/mkdocs_print.yml +++ b/mkdocs_print.yml @@ -55,6 +55,8 @@ markdown_extensions: - admonition - tables - pymdownx.details + - toc: + toc_depth: 3 - pymdownx.superfences: custom_fences: - name: mermaid