potiuk commented on code in PR #51153:
URL: https://github.com/apache/airflow/pull/51153#discussion_r2128672857
##########
dev/breeze/src/airflow_breeze/commands/developer_commands.py:
##########
@@ -1153,6 +1153,35 @@ def autogenerate(
fix_ownership_using_docker()
[email protected](name="build-task-sdk-docs", help="Build the Apache Airflow Task
Execution SDK documentation.")
Review Comment:
It's just so much easier to run such doc builds with `uv run` now .... once
I moved all the docs to docs subfolder and separated conf.py to be in docs
folders separately for each distribution.
It's almost **pleasant** now to work with the docs with `uv run --autobuilt`
:D
##########
dev/breeze/src/airflow_breeze/commands/developer_commands.py:
##########
@@ -1153,6 +1153,35 @@ def autogenerate(
fix_ownership_using_docker()
[email protected](name="build-task-sdk-docs", help="Build the Apache Airflow Task
Execution SDK documentation.")
Review Comment:
It's just so much easier to run such doc builds with `uv run` now .... once
I moved all the docs to docs subfolder and separated conf.py to be in docs
folders separately for each distribution.
It's almost **pleasant** now to work with the docs with `uv run --autobuild`
:D
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]