Explicitly tell myst to accept internal links to multiple levels of headings

Some dumb change requires this to be explicit now.
This commit is contained in:
benjamin melançon 2024-04-02 02:25:21 -04:00
parent 3cb64ae3d9
commit 0072289c4e

View file

@ -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']