diff --git a/conf.py b/conf.py index 5b7adff..c8c829a 100644 --- a/conf.py +++ b/conf.py @@ -47,6 +47,8 @@ extensions = [ 'sphinx_rtd_theme', ] +myst_heading_anchors = 5 + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']