Skip to content

Commit 5fa95b5

Browse files
committed
[chore:project] Update pyproject.toml
Add docs group in optional-dependencies
1 parent cdd2c1f commit 5fa95b5

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
@@ -39,6 +39,12 @@ dev = [
3939
"twine",
4040
"coverage>=7.5.0",
4141
]
42+
docs = [
43+
"sphinx>=7.0.0",
44+
"furo",
45+
"myst-parser",
46+
"sphinx-design",
47+
]
4248

4349

4450
[tool.ruff]

0 commit comments

Comments
 (0)