Skip to content

Commit a4bca82

Browse files
author
pc
committed
Use pdoc for documentation
`pyproject.toml` files support development dependencies via a `dev` group under `[dependency-groups]`, but currently the testing functionality for `mocket` itself is defined as the optional dependecy `test` under in the section `[project.optional-dependencies]`, so it would be best to configure documentation likewise and leave the the possibility to refactor both for the future.
1 parent 4fc2dfa commit a4bca82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ speedups = [
7070
pook = [
7171
"pook>=0.2.1",
7272
]
73+
doc = [
74+
"pdoc>=14.7.0",
75+
]
7376

7477
[tool.hatch.version]
7578
path = "mocket/__init__.py"

0 commit comments

Comments
 (0)