Skip to content

Commit 752347d

Browse files
committed
update project metadata and deps
1 parent 544463f commit 752347d

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
@@ -257,6 +257,7 @@ def docs_build(session: Session) -> None:
257257
session_install_uv_package(
258258
session,
259259
[
260+
"autodoc-pydantic",
260261
"sphinx",
261262
"sphinx-click",
262263
"sphinx-copybutton",
@@ -282,6 +283,7 @@ def docs(session: Session) -> None:
282283
session_install_uv_package(
283284
session,
284285
[
286+
"autodoc-pydantic",
285287
"sphinx",
286288
"sphinx-autobuild",
287289
"sphinx-click",

0 commit comments

Comments
 (0)