From 85c2a69dfbb15f3a4c7d388606e3e2a6037d5035 Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Mon, 3 Jun 2024 20:41:43 -0700 Subject: [PATCH] Fix logo URL [skip ci] --- README.md | 2 +- doc/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f62403fd4a57..220e94637fe1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - eXtreme Gradient Boosting + eXtreme Gradient Boosting =========== [![Build Status](https://badge.buildkite.com/aca47f40a32735c00a8550540c5eeff6a4c1d246a580cae9b0.svg?branch=master)](https://buildkite.com/xgboost/xgboost-ci) diff --git a/doc/conf.py b/doc/conf.py index ec58c5a5d456..8e8eb2328302 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -250,7 +250,7 @@ def is_readthedocs_build(): html_theme_options = {"logo_only": True} -html_logo = "https://xgboost.ai/images/logo/xgboost-logo-ng.png" +html_logo = "https://xgboost.ai/images/logo/xgboost-logo.png" html_css_files = ["css/custom.css"]