From cd78529ce4ff9fa7a2248442227cc8921bab2eec Mon Sep 17 00:00:00 2001 From: Adam Amer <136176500+adamamer20@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:20:08 +0200 Subject: [PATCH] fix: change Author list to Author str --- docs/api/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/conf.py b/docs/api/conf.py index 9fad25f..0dcdded 100644 --- a/docs/api/conf.py +++ b/docs/api/conf.py @@ -10,7 +10,7 @@ # -- Project information ----------------------------------------------------- project = "mesa-frames" -author = ["Project Mesa", "Adam Amer"] +author = "Project Mesa, Adam Amer" copyright = f"2023, {author}" # -- General configuration ---------------------------------------------------