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.
2 parents 9dfb486 + 907c77f commit 8ca0feeCopy full SHA for 8ca0fee
src/rocm_docs/core.py
@@ -75,7 +75,14 @@ class _DefaultSettings:
75
copyright = _ConfigDefault("2022-2023, Advanced Micro Devices Ltd")
76
# pylint: enable=redefined-builtin
77
myst_enable_extensions = _ConfigUnion(
78
- {"colon_fence", "fieldlist", "replacements", "substitution"}
+ {
79
+ "colon_fence",
80
+ "dollarmath",
81
+ "fieldlist",
82
+ "html_image",
83
+ "replacements",
84
+ "substitution",
85
+ }
86
)
87
myst_heading_anchors = _ConfigDefault(3)
88
external_toc_exclude_missing = _ConfigDefault(False)
0 commit comments