sunank200 commented on code in PR #51153: URL: https://github.com/apache/airflow/pull/51153#discussion_r2128118728
########## dev/breeze/src/airflow_breeze/commands/developer_commands.py: ########## @@ -1153,6 +1153,35 @@ def autogenerate( fix_ownership_using_docker() +@main.command(name="build-task-sdk-docs", help="Build the Apache Airflow Task Execution SDK documentation.") Review Comment: I could do it in task-sdk exactly the same flow by: 1. Extending the "docs" group in `devel-common` (or in Breeze's `developer_commands.py`) so that it knows about a `task-sdk` module and points it at the right source directory. 2. Allowing you to say `uv run --group docs build-docs --distribution task-sdk [--autobuild]` instead of running a `breeze build-task-sdk-docs`. That would let us remove the custom command entirely and keep everything under the one uv run --group docs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org