Skip to content

Commit 237ac6a

Browse files
committed
fix
Signed-off-by: Hemil Desai <hemild@nvidia.com>
1 parent dad775b commit 237ac6a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@ lint = [
7676
"ruff>=0.4.4",
7777
]
7878

79+
docs = [
80+
"astroid==3.3.8",
81+
"colorama>=0.4.6",
82+
"myst-parser",
83+
"sphinx>=7",
84+
"sphinx-autoapi>=3.0.0",
85+
"nvidia-sphinx-theme"
86+
]
87+
7988
[build-system]
8089
requires = ["hatchling", "hatch-vcs"]
8190
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)