From e49c49ecb5244a30d99aee8c6ca76dedefb395da Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 15 Mar 2018 12:23:42 -0700 Subject: [PATCH] Update Copyright year to 2018 in Sphinx docs --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 48016339..7f8957ef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,7 @@ master_doc = 'index' # General information about the project. project = u'Lorax' -copyright = u'2015, Red Hat, Inc.' # pylint: disable=redefined-builtin +copyright = u'2018, Red Hat, Inc.' # pylint: disable=redefined-builtin # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -281,7 +281,7 @@ texinfo_documents = [ epub_title = u'Lorax' epub_author = u'Anaconda Team' epub_publisher = u'Anaconda Team' -epub_copyright = u'2015, Red Hat, Inc.' +epub_copyright = u'2018, Red Hat, Inc.' # The basename for the epub file. It defaults to the project name. #epub_basename = u'src'