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 @@ - {{site.SPARK_VERSION_SHORT}} + {{site.SPARK_VERSION_SHORT}} - - - - - - diff --git a/docs/img/spark-logo-reverse.png b/docs/img/spark-logo-reverse.png deleted file mode 100644 index a3e4ed4bb3d08..0000000000000 Binary files a/docs/img/spark-logo-reverse.png and /dev/null differ diff --git a/python/docs/source/_static/spark-logo-dark.png b/python/docs/source/_static/spark-logo-dark.png deleted file mode 100644 index 7460faec37fc7..0000000000000 Binary files a/python/docs/source/_static/spark-logo-dark.png and /dev/null differ diff --git a/python/docs/source/_static/spark-logo-light.png b/python/docs/source/_static/spark-logo-light.png deleted file mode 100644 index 41938560822ca..0000000000000 Binary files a/python/docs/source/_static/spark-logo-light.png and /dev/null differ diff --git a/python/docs/source/conf.py b/python/docs/source/conf.py index 66b985092faf1..5640ba151176d 100644 --- a/python/docs/source/conf.py +++ b/python/docs/source/conf.py @@ -205,8 +205,8 @@ "navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"], "footer_start": ["spark_footer", "sphinx-version"], "logo": { - "image_light": "_static/spark-logo-light.png", - "image_dark": "_static/spark-logo-dark.png", + "image_light": "https://spark.apache.org/images/spark-logo.png", + "image_dark": "https://spark.apache.org/images/spark-logo-rev.svg", }, "icon_links": [ { @@ -234,7 +234,7 @@ # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = "../../../docs/img/spark-logo-reverse.png" +html_logo = "https://spark.apache.org/images/spark-logo-rev.svg" # The name of an image file (within the static path) to use as a favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32