sunank200 commented on code in PR #51153: URL: https://github.com/apache/airflow/pull/51153#discussion_r2129116323
########## 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 have added ``` breeze build-docs task-sdk ``` and `uv run --group docs build-docs task-sdk` also works now. Please review @potiuk -- 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