We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140e49a commit ce1a0f1Copy full SHA for ce1a0f1
doc/sphinx/conf.py
@@ -276,3 +276,8 @@
276
277
# If false, no module index is generated.
278
#latex_domain_indices = True
279
+
280
+# Used my myst-parser
281
+# https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#syntax-header-anchors
282
+# Controls allowable header anchors in markdown files. Value allows header anchors for h1 - h6
283
+myst_heading_anchors = 6
0 commit comments