* This locally silences the W0622 warning for the override of the
  copyright which is required.

Signed-off-by: Aaron Bauman <b...@gentoo.org>
---
 doc/api/conf.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/api/conf.py b/doc/api/conf.py
index f318ca25d..9522960c8 100644
--- a/doc/api/conf.py
+++ b/doc/api/conf.py
@@ -24,9 +24,9 @@ import portage
 
 # -- Project information -----------------------------------------------------
 
-project = 'portage'
-copyright = '2020, Gentoo Authors'
-author = 'Gentoo Authors'
+project = 'portage' # pylint: disable=redefined-builtin
+copyright = '2020, Gentoo Authors' # pylint: disable=redefined-builtin
+author = 'Gentoo Authors' # pylint: disable=redefined-builtin
 
 # The full version, including alpha/beta/rc tags
 release = str(portage.VERSION)
-- 
2.28.0


Reply via email to