We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940a30f commit 7778d20Copy full SHA for 7778d20
2 files changed
docs/conf.py
@@ -40,7 +40,7 @@
40
add_module_names = False
41
42
# Myst Parser
43
-myst_enable_extensions = ["colon_fence"]
+myst_enable_extensions = ["colon_fence", "alert"]
44
45
# -- Options for HTML output -------------------------------------------------
46
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
setup.py
@@ -42,7 +42,7 @@
"docs": [
"sphinx>=9,<9.2",
"sphinx-rtd-theme>=3,<3.2",
- "myst-parser>=5,<5.1",
+ "myst-parser>=5,<5.2",
"watchdog>=6,<6.1",
47
],
48
"test": [
0 commit comments