Skip to content

Commit

Permalink
deps: Make Sphinx optional
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Aug 24, 2023
1 parent 41c0826 commit 0032624
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Expand Up @@ -39,9 +39,6 @@ classifiers = [
"Topic :: Text Processing",
"Topic :: Utilities",
]
dependencies = [
"Sphinx>=5",
]
dynamic = ["version"]

[project.optional-dependencies]
Expand Down Expand Up @@ -75,3 +72,8 @@ exclude = [

[tool.mypy]
ignore_missing_imports = true

[project.optional-dependencies]
standalone = [
"sphinx > 5",
]

0 comments on commit 0032624

Please sign in to comment.