Commit db4e717
committed
Add linkify-it-py dependency for Sphinx docs
The myst-parser configuration enables the linkify extension, which
requires the linkify-it-py package to be installed. Without this
package, the Sphinx build fails with:
ModuleNotFoundError: Linkify enabled but not installed.
This commit adds linkify-it-py>=2.0.0 to the docs dependencies.1 parent a3b912e commit db4e717
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments