Skip to content

Commit d02a6d4

Browse files
committed
[SPARK-54368][INFRA] Remove generate-llms-txt.py from release-build.sh
### What changes were proposed in this pull request? This PR aims to de-couple the version-less document from the release process by removing `generate-llms-txt.py` from `release-build.sh` ### Why are the changes needed? We have monthly snapshot releases and many maintenance releases which is improper to update the `versionless` documents which in the parent directory. https://github.com/apache/spark/blob/e09c9994910704a54aca76953a80b0824812e620/dev/create-release/release-build.sh#L837-L843 Like we did already, this should be done manually without tightly-coupled with our maintenance release cadence. - apache/spark-website#647 - apache/spark-website#646 - apache/spark-website#645 ### Does this PR introduce _any_ user-facing change? No, this is not released yet officially. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #53079 from dongjoon-hyun/SPARK-54368. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent e3e9863 commit d02a6d4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

dev/create-release/release-build.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -834,14 +834,6 @@ if [[ "$1" == "docs" ]]; then
834834
bundle install
835835
PRODUCTION=1 RELEASE_VERSION="$SPARK_VERSION" bundle exec jekyll build
836836

837-
# Generate llms.txt for LLM consumption
838-
# Note this doc is currently versionless and need to be placed at the documentation root.
839-
echo "Generating llms.txt..."
840-
python "$SELF/generate-llms-txt.py" \
841-
--docs-path . \
842-
--output "$SELF/llms.txt" \
843-
--version "latest"
844-
845837
cd ..
846838
cd ..
847839

0 commit comments

Comments
 (0)