Skip to content

Commit e31bb79

Browse files
committed
excluded doc
1 parent cf13434 commit e31bb79

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pyproject.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,8 @@ dynamic = ["version"]
2424

2525
[project.optional-dependencies]
2626
test = ["pytest", "pytest-cov", "codecov", "pre-commit"]
27-
doc = [
28-
"mkdocs",
29-
"mkdocstrings",
30-
"mkdocstrings[python]",
31-
"mkdocs-material",
32-
"Pygments",
33-
]
3427
dev = ["black", "isort", "mypy", "pre-commit", "ruff"]
35-
all = ["interpolatepy[test,doc,dev]"]
28+
all = ["interpolatepy[test,dev]"]
3629

3730
[tool.setuptools]
3831
platforms = ["unix", "linux", "osx", "cygwin", "win32"]

0 commit comments

Comments
 (0)