Skip to content

Commit 8273774

Browse files
committed
dep: Move documentation dependencies to separate group
This is handy in CI where for documentation generation, we only want to install the relevant dependencies.
1 parent f9aa92f commit 8273774

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ pyright = "^0.0.12"
3838
pre-commit = "^2.15.0"
3939
pytest-cov = "^3.0.0"
4040
setuptools-rust = "^1.1.2"
41+
42+
43+
[tool.poetry.group.docs]
44+
optional = true
45+
46+
[tool.poetry.group.docs.dependencies]
4147
mkdocs-material = "8.5.10"
4248
mkdocstrings = "^0.19.1"
4349
pillow = "^9.4.0"

0 commit comments

Comments
 (0)