forked from phoenix-oss/llama-stack-mirror
docs: misc cleanup (#2223)
# What does this PR do? * remove requirements.txt to use pyproject.toml as the source of truth * update relevant docs Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
6a62e783b9
commit
85b5f3172b
6 changed files with 96 additions and 32 deletions
|
@ -93,6 +93,7 @@ test = [
|
|||
docs = [
|
||||
"sphinx-autobuild",
|
||||
"myst-parser",
|
||||
"sphinx",
|
||||
"sphinx-rtd-theme",
|
||||
"sphinx_rtd_dark_mode",
|
||||
"sphinx-copybutton",
|
||||
|
@ -102,6 +103,8 @@ docs = [
|
|||
"sphinxcontrib.video",
|
||||
"sphinxcontrib.mermaid",
|
||||
"tomli",
|
||||
"linkify",
|
||||
"sphinxcontrib.openapi",
|
||||
]
|
||||
codegen = ["rich", "pydantic", "jinja2>=3.1.6"]
|
||||
ui = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue