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:
parent
3cb64ae3d9
commit
0072289c4e
1 changed files with 2 additions and 0 deletions
2
conf.py
2
conf.py
|
@ -47,6 +47,8 @@ extensions = [
|
||||||
'sphinx_rtd_theme',
|
'sphinx_rtd_theme',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
myst_heading_anchors = 5
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue