diff --git a/projects/rocprofiler-compute/src/docs/conf.py b/projects/rocprofiler-compute/src/docs/conf.py index b967810f1d..2b5d2e62d0 100644 --- a/projects/rocprofiler-compute/src/docs/conf.py +++ b/projects/rocprofiler-compute/src/docs/conf.py @@ -52,6 +52,8 @@ extensions = [ "myst_parser", ] +myst_heading_anchors = 2 + # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"]