Skip to content

Commit

Permalink
Remove comon provider docs from ad-hoc releases (#26645)
Browse files Browse the repository at this point in the history
When we are releasing ad-hoc providers rather than all of them,
we rarely add new stuff (they are mostly bugfixes), so we should
rather not update the "common provider documentation", because
for example when we add (but not yet release) a new provider,
the common indexes might include it and confuse the users.
  • Loading branch information
potiuk authored Sep 24, 2022
1 parent d95f21b commit 3b61769
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion dev/README_RELEASE_PROVIDER_PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ If we want to just release some providers you can release them in this way:
```shell script
cd "${AIRFLOW_REPO_ROOT}"
breeze build-docs --clean-build --for-production \
--package-filter apache-airflow-providers \
--package-filter 'apache-airflow-providers-PACKAGE1' \
--package-filter 'apache-airflow-providers-PACKAGE2' \
...
Expand Down
1 change: 0 additions & 1 deletion dev/provider_packages/build_provider_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ done
.breeze build-docs \
--for-production \
--clean-build \
--package-filter apache-airflow-providers \
"${provider_filters[@]}"
cd "${AIRFLOW_SITE_DIRECTORY}"
1 change: 0 additions & 1 deletion dev/provider_packages/publish_provider_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ do
done

./docs/publish_docs.py \
--package-filter apache-airflow-providers \
"${provider_filters[@]}"
cd "${AIRFLOW_SITE_DIRECTORY}"

0 comments on commit 3b61769

Please sign in to comment.