Skip to content

Commit ba3b0ac

Browse files
committed
add mkdocstrings-python dependency
1 parent 865164f commit ba3b0ac

File tree

2 files changed

+64
-2
lines changed

2 files changed

+64
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ changelog = [
2525
"jinja2>=3.1.6"
2626
]
2727
docs = [
28-
"mkdocs-material~=9.6.20"
28+
"mkdocs-material~=9.6.20",
29+
"mkdocstrings-python~=0.30.1"
2930
]
3031

3132
[tool.uv]

uv.lock

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

0 commit comments

Comments
 (0)