From d27f6684ea948741e0137056fb06b7832f0f6525 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Wed, 8 Jan 2025 10:34:11 -0500 Subject: [PATCH] fix: add author name to documentation (#5312) --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 325c7a1739a..edd448925da 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,6 +18,7 @@ # -- Project information ----------------------------------------------------- project = "Pyodide" +author = "Pyodide contributors" copyright = "2019-2024, Pyodide contributors and Mozilla" suppress_warnings = ["config.cache"]