From 48f9cc7e716d7c3568049a80a9af7ca1b5c9ec01 Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Tue, 3 Sep 2024 09:18:28 -0700 Subject: [PATCH] [SPARK-49494][DOCS] Use spark logos from spark-website in docs ### What changes were proposed in this pull request? Use spark logos from spark-website in docs and remove them from spark main repo ### Why are the changes needed? - reduce spark-website incremental size - fix some cases when `/img/spark-logo-rev.svg` is invalid ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? doc build, https://github.com/yaooqinn/spark/actions/runs/10676269598/artifacts/1884295142 ### Was this patch authored or co-authored using generative AI tooling? no Closes #47966 from yaooqinn/SPARK-49494. Authored-by: Kent Yao Signed-off-by: Dongjoon Hyun --- docs/_layouts/global.html | 2 +- docs/img/spark-logo-hd.png | Bin 11306 -> 0 bytes docs/img/spark-logo-rev.svg | 7 ------- docs/img/spark-logo-reverse.png | Bin 21547 -> 0 bytes python/docs/source/_static/spark-logo-dark.png | Bin 23555 -> 0 bytes python/docs/source/_static/spark-logo-light.png | Bin 18773 -> 0 bytes python/docs/source/conf.py | 6 +++--- 7 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 docs/img/spark-logo-hd.png delete mode 100644 docs/img/spark-logo-rev.svg delete mode 100644 docs/img/spark-logo-reverse.png delete mode 100644 python/docs/source/_static/spark-logo-dark.png delete mode 100644 python/docs/source/_static/spark-logo-light.png diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html index 502113d11b77e..a85fd16451469 100755 --- a/docs/_layouts/global.html +++ b/docs/_layouts/global.html @@ -58,7 +58,7 @@