Skip to content

Commit 0032624

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

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
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]
@@ -75,3 +72,8 @@ exclude = [
7572

7673
[tool.mypy]
7774
ignore_missing_imports = true
75+
76+
[project.optional-dependencies]
77+
standalone = [
78+
"sphinx > 5",
79+
]

0 commit comments

Comments
 (0)