Fix logo URL [skip ci] (#10382)

This commit is contained in:
Philip Hyunsu Cho 2024-06-03 20:48:19 -07:00 committed by GitHub
parent 4057f861c1
commit c4ec64d409
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<img src="https://xgboost.ai/images/logo/xgboost-logo-ng-trimmed.png" width=200/> eXtreme Gradient Boosting
<img src="https://xgboost.ai/images/logo/xgboost-logo-trimmed.png" width=200/> eXtreme Gradient Boosting
===========
[![Build Status](https://badge.buildkite.com/aca47f40a32735c00a8550540c5eeff6a4c1d246a580cae9b0.svg?branch=master)](https://buildkite.com/xgboost/xgboost-ci)

View File

@ -250,7 +250,7 @@ html_theme = "sphinx_rtd_theme"
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"]