Skip to content

Commit e421eca

Browse files
Zhuoming Chenclaude
andcommitted
docs: drop MyST linkify extension (missing linkify-it-py on CI)
The new Markdown pages exercised MyST's linkify rule, which needs linkify-it-py (not installed in the docs CI), breaking the build. We use explicit Markdown links, so disable linkify. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 301faca commit e421eca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@
6767
}
6868

6969
source_suffix = {".rst": "restructuredtext", ".md": "markdown"}
70-
myst_enable_extensions = ["deflist", "linkify", "substitution", "tasklist"]
70+
# NOTE: "linkify" is intentionally omitted — it needs the extra `linkify-it-py`
71+
# dependency (absent in the docs CI) and we use explicit Markdown links anyway.
72+
myst_enable_extensions = ["deflist", "substitution", "tasklist"]
7173

7274
templates_path = ["_templates"]
7375
exclude_patterns = ["_build", "landing", "Thumbs.db", ".DS_Store"]

0 commit comments

Comments
 (0)