Change the logo and add a dark option (#716)

This commit is contained in:
Angelos Katharopoulos 2024-02-20 10:57:02 -08:00 committed by GitHub
parent 8120a3b65c
commit 7dcdd88e27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -49,10 +49,12 @@ html_theme_options = {
"repository_url": "https://github.com/ml-explore/mlx", "repository_url": "https://github.com/ml-explore/mlx",
"use_repository_button": True, "use_repository_button": True,
"navigation_with_keys": False, "navigation_with_keys": False,
"logo": {
"image_light": "_static/mlx_logo.png",
"image_dark": "_static/mlx_logo_dark.png",
},
} }
html_logo = "_static/mlx_logo.png"
# -- Options for HTMLHelp output --------------------------------------------- # -- Options for HTMLHelp output ---------------------------------------------