1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Michael Fladischer <fladi@debian.org>
Date: Tue, 31 Oct 2023 09:17:32 +0000
Subject: Satisfy assinine sphinx 7.x parsing logic for copyright year
substitution.
Bug-Debian: https://bugs.debian.org/1042706
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index e4aa876..57529d4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -12,7 +12,7 @@ globals().update(conf.build_config(
github_project='celery/kombu',
author='Ask Solem & contributors',
author_name='Ask Solem',
- copyright='2009-2019',
+ copyright='2009-2019, Celery Project',
publisher='Celery Project',
html_logo='images/kombusmall.jpg',
html_favicon='images/favicon.ico',
|