Docs: Resolve task-sdk vs publish-docs contradiction#64648
Closed
liamkernan wants to merge 2 commits intoapache:mainfrom
Closed
Docs: Resolve task-sdk vs publish-docs contradiction#64648liamkernan wants to merge 2 commits intoapache:mainfrom
liamkernan wants to merge 2 commits intoapache:mainfrom
Conversation
Remove task-sdk from publish-docs examples in the release README and document that Task SDK docs are not published through that workflow yet. Cross-link from the documentation building guide. Signed-off-by: Liam <liamkernan0@gmail.com>
Signed-off-by: Liam <liamkernan0@gmail.com>
jscheffl
reviewed
Apr 3, 2026
Contributor
There was a problem hiding this comment.
No need to a newfragment in this case. Only if major changes are made a newsfragment is needed. Please remove.
jscheffl
reviewed
Apr 3, 2026
| * ``providers/**/docs`` - documentation for Providers | ||
| * ``chart/docs`` - documentation for Helm Chart | ||
| * ``task-sdk/docs`` - documentation for Task SDK (new format not yet published) | ||
| * ``task-sdk/docs`` - documentation for Task SDK (new format not yet published on the site). The |
Contributor
There was a problem hiding this comment.
Task SDK is actually being published in https://airflow.apache.org/docs/task-sdk/stable/index.html
Member
|
this |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #64350.
The documentation building guide describes
task-sdk/docsas not yet published, while the release README listedtask-sdkalongsideapache-airflowanddocker-stackinpublish-docsexamples. This updates the release instructions to match reality and points readers to where Task SDK docs stand.Changes
dev/README_RELEASE_AIRFLOW.md: useapache-airflow docker-stackonly inpublish-docsexamples; add a short note that Task SDK documentation is not published through this workflow yet.contributing-docs/11_documentation_building.rst: clarify that the releasepublish-docssteps do not include Task SDK docs yet.Was generative AI tooling used to co-author this PR?
Made with Cursor