Skip to content

Commit eb7143f

Browse files
dshkolclaude
andcommitted
Fix ReadTheDocs build: remove linkify extension
Remove 'linkify' from myst_enable_extensions in docs/conf.py as it requires the linkify-it-py package which is not installed in the RTD environment. The linkify extension is not essential for documentation functionality. This fixes the RTD build error: ModuleNotFoundError: Linkify enabled but not installed 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent af47ba1 commit eb7143f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
"dollarmath",
8080
"html_admonition",
8181
"html_image",
82-
"linkify",
8382
"replacements",
8483
"smartquotes",
8584
"substitution",

0 commit comments

Comments
 (0)