jscheffl commented on code in PR #67826:
URL: https://github.com/apache/airflow/pull/67826#discussion_r3336555241


##########
dev/breeze/src/airflow_breeze/commands/developer_commands_config.py:
##########
@@ -357,8 +359,8 @@
     ],
     "breeze build-docs": [
         {
-            "name": "Build scope (default is to build docs and spellcheck)",
-            "options": ["--docs-only", "--spellcheck-only"],
+            "name": "Build scope (default is to build Python docs and 
spellcheck)",
+            "options": ["--docs-only", "--sdk-docs-only", "--spellcheck-only"],

Review Comment:
   Why is this wired into an additional CLI option `--sdk-docs-only` and is not 
treated like a additional document package like the others are named?
   
   I might guess, yes this is different because it is not called via Spinx so 
nothing being shared but it would be cool in abstraction if you just pull the 
"java-sdk" from the docs list and build this internally with a different 
command. Then no CLI complexity is needed.



-- 
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]

Reply via email to