rich7420 commented on PR #56425: URL: https://github.com/apache/airflow/pull/56425#issuecomment-3379469227
I've verified both docs are working. my changes: ```bash cd providers/airbyte && uv run --group docs build-docs --docs-only --clean-build ``` unchanged: ```bash cd task-sdk && uv run --group docs build-docs --docs-only --clean-build ``` Both generated complete API docs with full navigation, working links, and proper class/method documentation - similar structure to the Task SDK API page you referenced. My PR only touches provider docs - Task SDK uses different config (`autoapi_generate_api_docs = False`) so it's unaffected. -- 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]
