Skip to content

Commit 4093a36

Browse files
committed
docs: Add headings to conf.py
1 parent f42c081 commit 4093a36

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/conf.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,13 @@
3636
html_static_path = ["_static"]
3737
html_css_files = ["custom.css"]
3838

39-
myst_enable_extensions = ["colon_fence", "deflist", "dollarmath", "tasklist"]
40-
myst_enable_checkboxes = True
41-
myst_heading_anchors = 3
39+
# -- Options for internationalization ----------------------------------------
4240

4341
locale_dirs = ["locale"]
4442
gettext_compact = False
43+
44+
# -- Extension configuration -------------------------------------------------
45+
46+
myst_enable_extensions = ["colon_fence", "deflist", "dollarmath", "tasklist"]
47+
myst_enable_checkboxes = True
48+
myst_heading_anchors = 3

0 commit comments

Comments
 (0)