From ee2afb3256ce2f333c0da56408dfc7360bbf8b7a Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Tue, 14 May 2024 12:58:50 -0700 Subject: [PATCH] Adopt new logo (#10270) --- README.md | 3 ++- doc/conf.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 063b29125..234bd7dba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ - eXtreme Gradient Boosting + eXtreme Gradient Boosting =========== + [![Build Status](https://badge.buildkite.com/aca47f40a32735c00a8550540c5eeff6a4c1d246a580cae9b0.svg?branch=master)](https://buildkite.com/xgboost/xgboost-ci) [![XGBoost-CI](https://github.com/dmlc/xgboost/workflows/XGBoost-CI/badge.svg?branch=master)](https://github.com/dmlc/xgboost/actions) [![Documentation Status](https://readthedocs.org/projects/xgboost/badge/?version=latest)](https://xgboost.readthedocs.org) diff --git a/doc/conf.py b/doc/conf.py index 68ec39181..ec58c5a5d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -250,7 +250,7 @@ html_theme = "sphinx_rtd_theme" html_theme_options = {"logo_only": True} -html_logo = "https://raw.githubusercontent.com/dmlc/dmlc.github.io/master/img/logo-m/xgboost.png" +html_logo = "https://xgboost.ai/images/logo/xgboost-logo-ng.png" html_css_files = ["css/custom.css"]