Skip to content

Commit c7149c3

Browse files
authored
fix: linkify myst extension fix for minimal install (#54)
Move linkify-it-py to main install
1 parent 887ea64 commit c7149c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dependencies = [
55
"sphinx>=7.1.2,<8",
66
"furo",
77
"myst-parser",
8+
"linkify-it-py",
89
]
910
classifiers = [
1011
"Development Status :: 1 - Planning",
@@ -19,7 +20,6 @@ canonical-sphinx-hello = "canonical_sphinx:hello"
1920

2021
[project.optional-dependencies]
2122
full = [
22-
"linkify-it-py",
2323
"canonical-sphinx-extensions",
2424
"sphinx-copybutton",
2525
"sphinx-design",

0 commit comments

Comments
 (0)