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

package info (click to toggle)
python-django-celery-results 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 696 kB
  • sloc: python: 2,373; makefile: 312; sh: 7; sql: 2
file content (22 lines) | stat: -rw-r--r-- 743 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
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Thu, 16 Nov 2023 14:22:50 +0000
Subject: Satisfy assinine sphinx 7.x parsing logic for copyright year
 substitution.

---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 86dc9bc..2faae7d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -10,7 +10,7 @@ globals().update(conf.build_config(
     canonical_url='https://django-celery-results.readthedocs.io',
     webdomain='',
     github_project='celery/django-celery-results',
-    copyright='2009-2022',
+    copyright='2009-2022, Celery Project',
     django_settings='proj.settings',
     intersphinx_mapping={},
     path_additions=[os.path.join(os.pardir, 't')],