Skip to content

Commit 12d51e1

Browse files
committed
docs: update site and workflow (7423e9c)
1 parent 4ee76b9 commit 12d51e1

3 files changed

Lines changed: 5 additions & 12 deletions

File tree

docs/mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ plugins:
6262
- search
6363

6464
markdown_extensions:
65-
# TODO(b/503795717): re-enable once google-agents-cli is published to PyPI
66-
# - mkdocs-click
65+
- mkdocs-click
6766
- admonition
6867
- attr_list
6968
- md_in_html

docs/pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ requires-python = ">=3.11"
2020
dependencies = [
2121
"mkdocs==1.6.1",
2222
"mkdocs-material==9.7.6",
23-
# TODO(b/503795717): re-enable once google-agents-cli is published to PyPI
24-
# "mkdocs-click==0.9.0",
25-
# "google-agents-cli",
23+
"mkdocs-click==0.9.0",
24+
"google-agents-cli",
2625
]
2726

28-
# TODO(b/503795717): re-enable once google-agents-cli is published to PyPI
29-
# [tool.uv.sources]
30-
# google-agents-cli = { path = "..", editable = true }
27+
[tool.uv.sources]
28+
google-agents-cli = { path = "..", editable = true }

docs/src/cli/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22

33
Complete reference for every command in Agents CLI in Agent Platform (the `agents-cli` binary).
44

5-
<!-- TODO(b/503795717): re-enable auto-generation once google-agents-cli is published to PyPI
65
::: mkdocs-click
76
:module: google.agents.cli.main
87
:command: main
98
:prog_name: agents-cli
109
:depth: 2
1110
:show_subcommand_aliases: true
12-
-->
13-
14-
*Coming soon.*

0 commit comments

Comments
 (0)