Skip to content

Commit ac667d8

Browse files
committed
deps: Make Sphinx optional
1 parent cb1812b commit ac667d8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: pyproject.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ classifiers = [
3939
"Topic :: Text Processing",
4040
"Topic :: Utilities",
4141
]
42-
dependencies = [
43-
"Sphinx>=5",
44-
]
4542
dynamic = ["version"]
4643

4744
[project.optional-dependencies]
@@ -72,3 +69,8 @@ include = [
7269

7370
[tool.mypy]
7471
ignore_missing_imports = true
72+
73+
[project.optional-dependencies]
74+
standalone = [
75+
"sphinx > 5",
76+
]

0 commit comments

Comments
 (0)