Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: doc/api/
Date: Mon, 03 Aug 2020 02:53:30
Message-Id: 1596422895.099e575a4cc132e01534023585cf73b7ff806b95.zmedico@gentoo
1 commit: 099e575a4cc132e01534023585cf73b7ff806b95
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 02:21:09 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 02:48:15 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=099e575a
7
8 doc/api/conf.py: silence redefined-builtin for copyright
9
10 * This locally silences the W0622 warning for the override of the
11 copyright which is required.
12
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
15
16 doc/api/conf.py | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/doc/api/conf.py b/doc/api/conf.py
20 index f318ca25d..f79adc256 100644
21 --- a/doc/api/conf.py
22 +++ b/doc/api/conf.py
23 @@ -25,7 +25,7 @@ import portage
24 # -- Project information -----------------------------------------------------
25
26 project = 'portage'
27 -copyright = '2020, Gentoo Authors'
28 +copyright = '2020, Gentoo Authors' # pylint: disable=redefined-builtin
29 author = 'Gentoo Authors'
30
31 # The full version, including alpha/beta/rc tags