mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
fix(docs): add setuptools explicitly
This commit is contained in:
parent
709eb7da33
commit
2932ab523e
2 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,7 @@ test = [
|
|||
"requests",
|
||||
]
|
||||
docs = [
|
||||
"setuptools",
|
||||
"sphinx-autobuild",
|
||||
"myst-parser",
|
||||
"sphinx",
|
||||
|
|
2
uv.lock
generated
2
uv.lock
generated
|
@ -1272,6 +1272,7 @@ docs = [
|
|||
{ name = "linkify" },
|
||||
{ name = "myst-parser" },
|
||||
{ name = "requests" },
|
||||
{ name = "setuptools" },
|
||||
{ name = "sphinx" },
|
||||
{ name = "sphinx-autobuild" },
|
||||
{ name = "sphinx-copybutton" },
|
||||
|
@ -1375,6 +1376,7 @@ docs = [
|
|||
{ name = "linkify" },
|
||||
{ name = "myst-parser" },
|
||||
{ name = "requests" },
|
||||
{ name = "setuptools" },
|
||||
{ name = "sphinx" },
|
||||
{ name = "sphinx-autobuild" },
|
||||
{ name = "sphinx-copybutton" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue