Update Copyright year to 2018 in Sphinx docs

This commit is contained in:
Brian C. Lane 2018-03-15 12:23:42 -07:00
parent 567e103058
commit e49c49ecb5

View File

@ -51,7 +51,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Lorax' 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 # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
@ -281,7 +281,7 @@ texinfo_documents = [
epub_title = u'Lorax' epub_title = u'Lorax'
epub_author = u'Anaconda Team' epub_author = u'Anaconda Team'
epub_publisher = 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. # The basename for the epub file. It defaults to the project name.
#epub_basename = u'src' #epub_basename = u'src'