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
2 changed files with 2 additions and 2 deletions

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"]