Skip to content

Commit db4e717

Browse files
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ docs = [
6262
"sphinx-autodoc-typehints>=1.25.0",
6363
"myst-parser>=2.0.0",
6464
"sphinx-copybutton>=0.5.0",
65+
"linkify-it-py>=2.0.0",
6566
]
6667
all = [
6768
"tabula-rasa[dev,notebooks,docs]",

0 commit comments

Comments
 (0)