Skip to content

Commit 7119a5c

Browse files
committed
pyproject.toml: Add docs group with sphinx
Add the sphinx package to a separate dependency group. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent ba70229 commit 7119a5c

File tree

2 files changed

+437
-1
lines changed

2 files changed

+437
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ dev = [
5555
{include-group = "test"},
5656
{include-group = "types"},
5757
]
58+
docs = [
59+
"sphinx~=8.1",
60+
"sphinx-rtd-theme~=3.0",
61+
"sphinx-tabs~=3.4",
62+
]
5863

5964
[tool.setuptools]
6065
package-dir = {"" = "src"}

0 commit comments

Comments
 (0)