File: 0003-Satisfy-assinine-sphinx-7.x-parsing-logic-for-copyri.patch

package info (click to toggle)
kombu 5.5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,976 kB
  • sloc: python: 27,982; makefile: 318; sh: 8
file content (23 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (2)
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',