Skip to content

Commit bed313c

Browse files
committed
chore(conf): copyright -> project_copyright
Use the new project_copyright variable instead of copyright so we can re-enable the pylint check for redefinitions of internal Python variables. Signed-off-by: Randolph Sapp <[email protected]>
1 parent f704e3c commit bed313c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# All configuration values have a default; values that are commented out
1212
# serve to show the default.
1313

14-
# pylint: disable=C0103,W0622
14+
# pylint: disable=C0103
1515

1616
import sys
1717
import os
@@ -56,7 +56,7 @@
5656
# The encoding of source files.
5757
#source_encoding = 'utf-8-sig'
5858
author = 'Texas Instruments Incorporated'
59-
copyright = f"1995-{datetime.now().year} {author}, CC-BY-SA-4.0"
59+
project_copyright = f"1995-{datetime.now().year} {author}, CC-BY-SA-4.0"
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

0 commit comments

Comments
 (0)