Skip to content

Commit 7778d20

Browse files
chore(deps): update dependency myst-parser to >=5,<5.2 (#653)
1 parent 940a30f commit 7778d20

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
add_module_names = False
4141

4242
# Myst Parser
43-
myst_enable_extensions = ["colon_fence"]
43+
myst_enable_extensions = ["colon_fence", "alert"]
4444

4545
# -- Options for HTML output -------------------------------------------------
4646
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"docs": [
4343
"sphinx>=9,<9.2",
4444
"sphinx-rtd-theme>=3,<3.2",
45-
"myst-parser>=5,<5.1",
45+
"myst-parser>=5,<5.2",
4646
"watchdog>=6,<6.1",
4747
],
4848
"test": [

0 commit comments

Comments
 (0)