doc: Add pdoc documentation generator
This commit is contained in:
parent
0277f15ca2
commit
ee6667844e
2 changed files with 76 additions and 0 deletions
|
|
@ -16,3 +16,8 @@ topen = "topen:main"
|
|||
|
||||
[tool.pyright]
|
||||
typeCheckingMode = "standard"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pdoc>=15.0.1",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue