Skip to content

Commit 2425ad0

Browse files
Adds docs group and make it optional
1 parent de3d758 commit 2425ad0

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,16 @@ pytest-cov = "^4.1"
5353
pytest-randomly = "^3.15"
5454
pytest-mypy-plugins = "^3.0"
5555

56+
doc8 = "^1.1"
57+
58+
[tool.poetry.group.docs]
59+
optional = true
60+
61+
[tool.poetry.group.docs.dependencies]
5662
sphinx = "^6.2"
5763
sphinx-autodoc-typehints = "^1.23"
5864
sphinxcontrib-mermaid = "^0.9"
5965
sphinx-typlog-theme = "^0.8"
60-
doc8 = "^1.1"
6166
m2r2 = "^0.3"
6267
tomlkit = "^0.12"
6368
pygments = "^2.16"

0 commit comments

Comments
 (0)