From 6d81aa742ff55de2db7fb1a25bccd5d489fb1d92 Mon Sep 17 00:00:00 2001 From: Mateusz Jakub Fila Date: Fri, 13 Dec 2024 14:16:01 +0100 Subject: [PATCH] fix cross-references --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 75d1e87..ee9034b 100644 --- a/conf.py +++ b/conf.py @@ -43,6 +43,6 @@ r"https://twiki.cern.ch/twiki/bin/view", # TWikis might need login ] -myst_heading_anchors = 3 +myst_heading_anchors = 4 myst_enable_extensions = ["colon_fence"]