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 f42c081 commit 4093a36Copy full SHA for 4093a36
docs/conf.py
@@ -36,9 +36,13 @@
36
html_static_path = ["_static"]
37
html_css_files = ["custom.css"]
38
39
-myst_enable_extensions = ["colon_fence", "deflist", "dollarmath", "tasklist"]
40
-myst_enable_checkboxes = True
41
-myst_heading_anchors = 3
+# -- Options for internationalization ----------------------------------------
42
43
locale_dirs = ["locale"]
44
gettext_compact = False
+
+# -- 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