From c8a327f95fd121e029634d9cb2ee3e3ee8290f5c Mon Sep 17 00:00:00 2001 From: dextrot <131444479+dextrot@users.noreply.github.com> Date: Thu, 22 Feb 2024 19:59:11 +0530 Subject: [PATCH] commit suggestion: use f-string Co-authored-by: Filipe --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ecae6ca..0016b59 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,7 +55,7 @@ # General information about the project. project = "gliderpy" -copyright = str(year) + ", Filipe Fernandes" +copyright = f"{year}, Filipe Fernandes" author = "Filipe Fernandes" # The version info for the project you're documenting, acts as replacement for