Skip to content

Commit ab97ddd

Browse files
committed
update project metadata and deps
1 parent a1be88f commit ab97ddd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ def docs_build(session: Session) -> None:
275275
session_install_uv_package(
276276
session,
277277
[
278+
"autodoc-pydantic",
278279
"sphinx",
279280
"sphinx-click",
280281
"sphinx-copybutton",
@@ -300,6 +301,7 @@ def docs(session: Session) -> None:
300301
session_install_uv_package(
301302
session,
302303
[
304+
"autodoc-pydantic",
303305
"sphinx",
304306
"sphinx-autobuild",
305307
"sphinx-click",

0 commit comments

Comments
 (0)