aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-08-02 22:21:09 -0400
committerZac Medico <zmedico@gentoo.org>2020-08-02 19:48:15 -0700
commit099e575a4cc132e01534023585cf73b7ff806b95 (patch)
tree072fcea8648323517ac53edf11ef165b22cf9892 /doc
parentFix R0205 across all of repo. (diff)
downloadportage-099e575a4cc132e01534023585cf73b7ff806b95.tar.gz
portage-099e575a4cc132e01534023585cf73b7ff806b95.tar.bz2
portage-099e575a4cc132e01534023585cf73b7ff806b95.zip
doc/api/conf.py: silence redefined-builtin for copyright
* This locally silences the W0622 warning for the override of the copyright which is required. Signed-off-by: Aaron Bauman <bman@gentoo.org> Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/conf.py b/doc/api/conf.py
index f318ca25d..f79adc256 100644
--- a/doc/api/conf.py
+++ b/doc/api/conf.py
@@ -25,7 +25,7 @@ import portage
# -- Project information -----------------------------------------------------
project = 'portage'
-copyright = '2020, Gentoo Authors'
+copyright = '2020, Gentoo Authors' # pylint: disable=redefined-builtin
author = 'Gentoo Authors'
# The full version, including alpha/beta/rc tags