Skip to content

Commit dec34c4

Browse files
committed
deps: Make Sphinx optional
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent cb1812b commit dec34c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 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]
@@ -53,6 +50,9 @@ lint = [
5350
"mypy",
5451
"docutils-stubs",
5552
]
53+
standalone = [
54+
"sphinx > 5",
55+
]
5656

5757
[[project.authors]]
5858
name = "Georg Brandl"

0 commit comments

Comments
 (0)