copyright in docs (#2214)

This commit is contained in:
Awni Hannun 2025-05-21 17:13:04 -07:00 committed by GitHub
parent 79071bfba4
commit 55b4062dd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ import mlx.core as mx
# -- Project information -----------------------------------------------------
project = "MLX"
copyright = "2023, MLX Contributors"
copyright = "2023, Apple"
author = "MLX Contributors"
version = ".".join(mx.__version__.split(".")[:3])
release = version