From b88bf0d05779fffd1cb3cebd4ab8ccb539bf5d12 Mon Sep 17 00:00:00 2001 From: ovari123 Date: Tue, 15 Apr 2025 06:22:54 -0400 Subject: [PATCH] conf.py: cleanup Change-Id: I15fb6d8af3bb1c9dc63ff2a17b0704276f8e69cb --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 17dfdb0a..0b3852f6 100644 --- a/conf.py +++ b/conf.py @@ -14,7 +14,7 @@ from datetime import datetime current_year = datetime.now().year project = 'Jami' -copyright = f'2018-{current_year} Savoir-faire Linux Inc. and contributors' +copyright = f'2018-{current_year} Savoir-faire Linux Inc. and contributors.' author = 'Savoir-faire Linux Inc. and contributors' html_baseurl = 'https://docs.jami.net'