From 55b4062dd8c71d4499a430012b49f676da91818a Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Wed, 21 May 2025 17:13:04 -0700 Subject: [PATCH] copyright in docs (#2214) --- docs/src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/conf.py b/docs/src/conf.py index abc68c3a2..d9dd32ad1 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -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