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

package info (click to toggle)
python-django-celery-beat 2.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,112 kB
  • sloc: python: 3,440; makefile: 319; sh: 22
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 13:32:44 +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 7284de1..eca35fd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -56,7 +56,7 @@ globals().update(conf.build_config(
     canonical_url='http://django-celery-beat.readthedocs.io',
     webdomain='',
     github_project='celery/django-celery-beat',
-    copyright='2016',
+    copyright='2016, Celery Project',
     django_settings='proj.settings',
     intersphinx_mapping=intersphinx_mapping,
     path_additions=[os.path.join(os.pardir, 't')],