From ee6f1e1c331b9c2446dba37693f0c1453ee3c8cd Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Tue, 23 Aug 2022 05:53:36 +0200 Subject: [PATCH] generate anchors down to heading level 3 --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index affc7eb..cd37377 100644 --- a/source/conf.py +++ b/source/conf.py @@ -52,7 +52,7 @@ myst_enable_extensions = [ ] # GitHub-style automatic anchors for headings -myst_heading_anchors = 2 +myst_heading_anchors = 3 copybutton_prompt_text = r"# |\$ "