Skip to content

Fix building docs for providers#62538

Merged
potiuk merged 1 commit intomainfrom
fix-build-docs-workflow-for-providers
Feb 26, 2026
Merged

Fix building docs for providers#62538
potiuk merged 1 commit intomainfrom
fix-build-docs-workflow-for-providers

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Feb 26, 2026

The #62264 changed the build docs process to use current commit for workflows/scripts to support building docs for Airflow 2, however it broke building commit docs from history because fetch depth was set to 1 (default) - but it should be 0 to fetch all history.


Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

The #62264 changed the build docs process to use current commit
for workflows/scripts to support building docs for Airflow 2,
however it broke building commit docs from history because fetch
depth was set to 1 (default) - but it should be 0 to fetch all
history.
@boring-cyborg boring-cyborg bot added area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch labels Feb 26, 2026
@potiuk potiuk requested a review from shahar1 February 26, 2026 20:31
@potiuk
Copy link
Member Author

potiuk commented Feb 26, 2026

@potiuk potiuk merged commit ab76f02 into main Feb 26, 2026
106 checks passed
@potiuk potiuk deleted the fix-build-docs-workflow-for-providers branch February 26, 2026 20:53
@github-actions
Copy link

Backport failed to create: v3-1-test. View the failure log Run details

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-1-test Commit Link

You can attempt to backport this manually by running:

cherry_picker ab76f02 v3-1-test

This should apply the commit to the v3-1-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

If you don't have cherry-picker installed, see the installation guide.

AkshayArali pushed a commit to AkshayArali/airflow_630 that referenced this pull request Feb 28, 2026
The apache#62264 changed the build docs process to use current commit
for workflows/scripts to support building docs for Airflow 2,
however it broke building commit docs from history because fetch
depth was set to 1 (default) - but it should be 0 to fetch all
history.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants