Skip to content

Commit bbba1a2

Browse files
committed
deps: Make Sphinx optional
Signed-off-by: Ryan Northey <[email protected]>
1 parent e6cfdf3 commit bbba1a2

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]
@@ -73,3 +70,8 @@ include = [
7370

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

0 commit comments

Comments
 (0)